Skip to main content

AWS CDK Construct Library for generating SMTP credentials for SES and storing them in Secrets Manager

Project description

AWS CDK Construct for Simple Email Service (SES) SMTP Credentials

build

This construct creates SES SMTP Credentials

Overview

  • Creates an IAM user with a policy to send SES emails
  • Uses a custom resource to generate then convert AWS credentials to SES SMTP Credentials
  • Uploads the resulting SMTP credentials to AWS Secrets Manager

Usage examples

See API doc for full details

typescript example:

new SesSmtpCredentials(stack, 'SesSmtpCredentials', {
  iamUserName: 'exampleUser',
});

Testing the generated credentials in the CLI

See this document from AWS for full details

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page