serverless-plugin-aws-alerts
serverless-plugin-aws-alerts copied to clipboard
A Serverless Framework plugin that creates CloudWatch alarms for functions.
# This is a Bug Report ## Description I accidentally configured the plugin incorrectly and instead of failing gracefully, a cloudformation upload was attempted and failed spectacularly. For bug reports:...
# This is a Feature Proposal ## Description I want to suggest that all resources created is using default encryption. The SNS queue was created without encryption: ```YAML nameTemplate: $[functionName]-$[metricName]...
Currently almost all the code for the plugin is in `index.js`. Refactoring the code to separate the concern and into multiple files would make life bit easier.
# This is a Bug Report ## Description ``` custom: alerts: topics: alarm: topic: uclusion-summaries-${opt:stage, self:provider.stage}-alerts-alarm notifications: - protocol: email endpoint: [email protected] definitions: functionInvocations: evaluationPeriods: 60 datapointsToAlarm: 10 alarms: -...
# This is a Feature Proposal ## Description Would be nice to be able to create [composite alarms](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Composite_Alarm.html) via this plugin.
# This is a Bug Report ## Description For bug reports: * What went wrong? Email address is listed multiple times within the actions of the alarm in CloudWatch (i.e...
# This is a Feature Proposal ## Description For bug reports: * What went wrong? * What did you expect should have happened? * What was the config you used?...
# This is a Feature Proposal ## Description Add an option to blacklist a function alarm for a given handler. ### Use case I want to add a function level...
# This is a Feature Proposal ## Description When a topic is specified with an arn, the notifications are ignored: https://github.com/ACloudGuru/serverless-plugin-aws-alerts/blob/master/src/index.js#L185 It would be great to have a way to...
# This is a (Feature Proposal) ## Description I would like to have the AWS alarms created by aws-alert being deployed incl. AWS tags. In the serverless.yml parameter "stackTags" are...