ACloudGuru / serverless-plugin-aws-alerts

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

Allow stack name to be omitted from alarm names #112

Closed mrthehud closed 4 years ago

mrthehud commented 4 years ago

What did you implement:

We have a use case that requires us to not include the stack name in the prefix.

How did you implement it:

By templating it, we allow ourselves to remove it without breaking functionality for other cases.

How can we verify it:

Todos: