awslabs / green-boost

Build Full Stack Cloud Native Web Apps on AWS Fast
https://awslabs.github.io/green-boost/
Apache License 2.0
70 stars 8 forks source link

Resolve cdk-monitoring-constructs not alarming #241

Open bestickley opened 1 year ago

bestickley commented 1 year ago

In the template: CRUD Aurora PostgreSQL's infra/src/app/stateless/monitor-stack.ts there is a commented out line of code:

// onAlarmTopic.addSubscription(new EmailSubscription("admin@example.com"));

That when uncommented and deployed should setup alarms within CloudWatch to alert the specified email of alarms that are triggered. However, I've tried it and it doesn't seem to work. Need to figure out root cause and fix.