Eximchain / terraform-aws-dappbot

Terraform infrastructure to run ABI Clerk
Other
0 stars 1 forks source link

Pipeline Notifications #102

Closed Lsquared13 closed 5 years ago

Lsquared13 commented 5 years ago

Currently, we only know one of our CD pipelines fail if we check the CodePipeline dashboard manually. We should have notifications so we can get emails and/or texts when pipelines fail, so that we are not taken by surprise.

We also probably want notifications (possibly with a different subscriber set) when a pipeline run finishes

Lsquared13 commented 5 years ago

I think we want one topic and to hand manage subscriptions (so we can get email notifications).

We could create the topic in the root config and pass it into the two CD configs, which emit notifications

Or maybe we could configure that at the top level with outputs from the CD configs? Probably cleaner that way. Have to look into it a bit more