Cloudformation Notifications #1245
Replies: 7 comments
-
Neat, I like it. How would you expect it to work? |
Beta Was this translation helpful? Give feedback.
-
a simple approach could look something like: .arc
another option would be:
|
Beta Was this translation helpful? Give feedback.
-
Since this is kind of vendor specific, how about something like:
|
Beta Was this translation helpful? Give feedback.
-
makes sense to me |
Beta Was this translation helpful? Give feedback.
-
I like this feature! |
Beta Was this translation helpful? Give feedback.
-
@jgallen23 just looping back to this… would |
Beta Was this translation helpful? Give feedback.
-
no preference. Both would work for our workflow (we use github actions to deploy) |
Beta Was this translation helpful? Give feedback.
-
We'd like to have the team get notified when CloudFormation is finished or errored.
aws cloudformation deploy
takes a--notification-arns
parameter that we'd like to be able to set via .arc or env var. This would let us hit an SNS topic that pings us in slack.I think it's as simple as adding another argument here: https://github.com/architect/deploy/blob/master/src/sam/01-deploy/index.js#L14
Beta Was this translation helpful? Give feedback.
All reactions