Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaellaurindo/lambda-ses-mail-logs
Lambda Function to log SES mail send and delivery on Cloudwatch
https://github.com/rafaellaurindo/lambda-ses-mail-logs
aws-lambda aws-ses aws-sns cloudwatch-logs
Last synced: about 1 month ago
JSON representation
Lambda Function to log SES mail send and delivery on Cloudwatch
- Host: GitHub
- URL: https://github.com/rafaellaurindo/lambda-ses-mail-logs
- Owner: rafaellaurindo
- License: mit
- Created: 2024-08-01T00:28:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T13:15:18.000Z (5 months ago)
- Last Synced: 2024-08-02T03:30:39.917Z (5 months ago)
- Topics: aws-lambda, aws-ses, aws-sns, cloudwatch-logs
- 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
# Lambda SES Mail Logs
[![GitHub stars](https://img.shields.io/github/stars/rafaellaurindo/lambda-ses-mail-logs.svg)](Stars)
[![GitHub issues](https://img.shields.io/github/issues/rafaellaurindo/lambda-ses-mail-logs.svg)](Issues)
![GitHub License](https://img.shields.io/github/license/rafaellaurindo/lambda-ses-mail-logs)Lambda function to log SES emails sent through SNS to Cloudwatch.
## Usage
1. Set a Configuration Set on SES
2. Create a Topic on SNS and set the Configuration Set as the destination
3. Create a Lambda Function with the code in `index.mjs`
4. Subscribe the Lambda Function to the SNS Topic
5. Done!## Services Used
- [AWS Lambda](https://aws.amazon.com/lambda/)
- [AWS SES](https://aws.amazon.com/ses/)
- [AWS SNS](https://aws.amazon.com/sns/)
- [AWS Cloudwatch](https://aws.amazon.com/cloudwatch/)## Contributing
1. Fork this repository and clone it to your local machine.
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.