Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bogeyman76/aws_lambda_emailer

Emails from AWS Lambda using posted data and SES
https://github.com/bogeyman76/aws_lambda_emailer

aws-lambda aws-ses lambda

Last synced: 12 days ago
JSON representation

Emails from AWS Lambda using posted data and SES

Awesome Lists containing this project

README

        

# 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