nmdp-bioinformatics / gfe-db

Graph database representing IPD-IMGT/HLA sequence data as GFE
https://gfe-db.readthedocs.io
GNU General Public License v3.0
9 stars 15 forks source link

Error Alarm email notifications #80

Closed chrisammon3000 closed 1 year ago

chrisammon3000 commented 1 year ago

Description

Deploys SNS topic for email notifications and alarms for Lambdas and State Machine.

Usage

  1. Add a comma-separated list of email strings to .env.

    # .env
    SUBSCRIBE_EMAILS=<email>,<email>,<email>,...
  2. Redeploy the base infrastructure layer to add the topic and subscribe the emails.

    make infrastructure.deploy
  3. Log into your email and confirm the subscription.

Individual Subscription

# Subscribe an email for notifications (unsubscribe using console)
make monitoring.subscribe-email email=<email>

Next Tasks

chrisammon3000 commented 1 year ago

Closing to avoid conflict with #79