Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 402 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 402 Bytes

aws_lambda_emailer

Emails from AWS Lambda using posted data and SES

Post to this script from a rule or an endpoint with JSON: { "TO": "[email protected]", "SUBJECT": "Your subject", "MSG":"Message content" }

Requires:

  • SES to be setup with the appropriate domain name settings in your DNS entries or in AWS
  • Appropriate security group rules and access from external resources in AWS for execution