codequest-eu / terraform-modules

Terraform modules commonly used in our projects
5 stars 4 forks source link

ses/domain: DMARC reports handler #83

Open mskrajnowski opened 4 years ago

mskrajnowski commented 4 years ago

Would be nice to add automated handling of DMARC reports. We could do that by adding a subdomain for incomming emails and a lambda function which would store the reports in an S3 bucket, parse them and publish the results as cloudwatch metrics so we can easily check them and create alarms with them.

mskrajnowski commented 4 years ago

https://pypi.org/project/parsedmarc/