Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.