Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bogeyman76/aws_lambda_emailer
- Owner: bogeyman76
- License: cc0-1.0
- Created: 2023-01-04T18:18:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T20:17:04.000Z (about 2 years ago)
- Last Synced: 2024-11-13T00:31:52.292Z (2 months ago)
- Topics: aws-lambda, aws-ses, lambda
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws_lambda_emailer
Emails from AWS Lambda using posted data and SESPost 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