This module configures AWS SES and Route53 ready for use with any service that may require email sending such as AWS Cognito.
To get the latest version, use the master branch, otherwise use the ?ref= parameter to specify which version you want to use.
module "ses" {
source = "github.com/rpstreef/terraform-aws-ses?ref=v1.0"
route53_zone_id = "Z141234029XXPUKGZ57OJ"
domain = "somedomain.com"
}- Added standard
noreplyfrom address, you can gets thearnand email address string from theoutputs.tfof this module.
- Initial release