ACloudGuru / serverless-plugin-aws-alerts

A Serverless Framework plugin that creates CloudWatch alarms for functions.
MIT License
531 stars 149 forks source link

Can you send notifications to one place for one stage and a different place for a different stage? #166

Closed iPherian closed 3 years ago

iPherian commented 3 years ago

Wasn't sure from reading the docs.

adikari commented 3 years ago

you can use serverless variables to conditionally assign different values based on the environment. Please check https://www.serverless.com/framework/docs/providers/aws/guide/variables/