amazon-archives / realworld-serverless-application

This project is inspired by the design and development of the AWS Serverless Application Repository - a production-grade AWS service. Learn how AWS built a production service using serverless technologies.
Apache License 2.0
515 stars 108 forks source link

add alarm on DDB fanout DLQ #46

Open jlhood opened 4 years ago

jlhood commented 4 years ago

The ops stack contains API alarms, but does not currently alarm on the DLQ provided by the aws-dynamodb-stream-eventbridge-fanout app. It should include an alarm on the DLQ as an example of best practice alarming for async processing Lambda functions.