Closed chrisammon3000 closed 1 year ago
Deploys SNS topic for email notifications and alarms for Lambdas and State Machine.
Add a comma-separated list of email strings to .env.
.env
# .env SUBSCRIBE_EMAILS=<email>,<email>,<email>,...
Redeploy the base infrastructure layer to add the topic and subscribe the emails.
make infrastructure.deploy
Log into your email and confirm the subscription.
# Subscribe an email for notifications (unsubscribe using console) make monitoring.subscribe-email email=<email>
Closing to avoid conflict with #79
Description
Deploys SNS topic for email notifications and alarms for Lambdas and State Machine.
Usage
Add a comma-separated list of email strings to
.env
.Redeploy the base infrastructure layer to add the topic and subscribe the emails.
Log into your email and confirm the subscription.
Individual Subscription
Next Tasks