ses-logging-cloudwatch
v0.0.0
Published
This project provides an AWS CDK construct for integrating Amazon SES (Simple Email Service) with Amazon CloudWatch. It enables monitoring of SES metrics and events using CloudWatch, making it easier to track email sending activity, bounces, complaints, a
Readme
SES CloudWatch Construct
This project provides an AWS CDK construct for integrating Amazon SES (Simple Email Service) with Amazon CloudWatch. It enables monitoring of SES metrics and events using CloudWatch, making it easier to track email sending activity, bounces, complaints, and other SES-related events in your AWS infrastructure.
Features
- AWS CDK construct for SES and CloudWatch integration
- Automatically creates necessary resources for monitoring SES events
- Supports tracking bounces, complaints, deliveries, and more
- Easy integration into existing CDK stacks
Installation
npm install ses-cloudwatch-constructUsage
Import and use the construct in your AWS CDK stack:
import { SesCloudWatchConstruct } from 'ses-cloudwatch-construct';
const sesCloudWatch = new SesCloudWatchConstruct(this, 'SesCloudWatch', {
// ...props
});API
See API.md for detailed API documentation and configuration options.
Development
Build
npm run buildTest
npm testCoverage
Test coverage reports are generated in the coverage/ directory.
Contributing
Contributions are welcome! Please open issues or submit pull requests for improvements or bug fixes.
License
This project is licensed under the terms of the MIT License.
