Socket
Socket
Sign inDemoInstall

aws-iam-to-smtp

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aws-iam-to-smtp

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


Version published
Weekly downloads
6
increased by500%
Maintainers
1
Install size
2.51 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 24 Feb 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc