-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for notification-arns in qaz #38
Comments
Hey @jtuller , Thanks for this. You're right, notification-arns aren't supported yet. I think you're recommendation to have it as a stack property fits the qaz workflow. Happy to review a pull request or work on this myself. Let me know. |
Thanks @daidokoro - I will have a look, point me in the right direction and I'll see what I can do. I see where the parameters are getting picked up already, just need to see how to add them into the flow. |
Hey @jtuller , created a pull request #39 adding the requested feature. You can run through the changes I made there to see how I did it, incase you want to make similar contributions in the future. I'll run some tests before merging it tomorrow. Also, Go is a great language, definitely worth learning ;) |
hi @daidokoro - thanks for running with it - I didn't have much time to work on this last week. Once it gets merged, we will be using it right away, I'll let you know if we have any issues. Thanks again! :) |
It would be nice to be able to set the notification arns for cloudformation create / update events. with the aws cli it's as easy as specifying some ARNs behind the --notification-arns like so:
https://docs.aws.amazon.com/cli/latest/reference/cloudformation/create-stack.html
Would you be open to this? I'm thinking it should be in the config.yml as a property of the stack, something like:
If there is already support for this I did not notice it in the documentation.
The text was updated successfully, but these errors were encountered: