Notification ARNs
You can specific notification arns for CloudFormation stack related events with a CLI option or in configs/settings.yml.
Example: CLI option
lono cfn deploy demo --notification-arns arn:aws:sns:us-west-2:112233445566:my-sns-topic1 arn:aws:sns:us-west-2:112233445566:my-sns-topic2
Future deploys will maintain the --notification-arns
value. If you want to remove the notification-arn then you can provide an empty string.
lono cfn deploy demo --notification-arns ''
Example: settings.yml
configs/settings.yml
base:
notification_arns:
- arn:aws:sns:us-west-2:112233445566:my-sns-topic1
This will globally provide the notification_arns
option to all lono cfn deploys
. This will also override the the CLI option.
Pro tip: Use the <- and -> arrow keys to move back and forward.
Edit this page
See a typo or an error? You can improve this page. This website is available on GitHub and contributions are encouraged and welcomed. We love pull requests from you!
- Suggest an edit to this page (here's the contributing guide).
- Open an issue about this page to report a problem.