Skip to content

Convert a Secret Access Key for an IAM user to an SMTP password

Notifications You must be signed in to change notification settings

onkbear/aws-iam-to-smtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS IAM to SMTP

Build Status npm version

Calculate Amazon SES SMTP Credentials from IAM Secret Access Key.

Install

$ npm install aws-iam-to-smtp

Usage

const awsIamToSmtp = require('aws-iam-to-smtp');

const smtpPassword = awsIamToSmtp.calculateKey('YOUR_SECRET_ACCESS_KEY', 'us-east-1');
console.log(smtpPassword);

awsIamToSmtp.calculateKey(key, region)

  • key - AWS Secret Access Key
  • region - 'us-east-1', 'us-west-2', 'eu-west-1'

License

MIT

About

Convert a Secret Access Key for an IAM user to an SMTP password

Resources

Stars

Watchers

Forks

Packages

No packages published