sbstjn / serverless-sqs-alarms-plugin

Serverless wrapper to setup CloudWatch Alarms for SQS
https://www.npmjs.com/package/serverless-sqs-alarms-plugin
MIT License
36 stars 22 forks source link

add optional description field #13

Closed mfarachepiksel closed 4 years ago

mfarachepiksel commented 4 years ago

Our monitoring system requires alarm description fields to be customized so we can break down by application, stage,etc. The current description field is static and valuable, but this might provide more flexibility to the plugin. Unit test added to show the expected behaviour

mfarachepiksel commented 4 years ago

Closed as format is quite different - will resubmit once identical to ease review