serverless-plugin-aws-alerts
serverless-plugin-aws-alerts copied to clipboard
A Serverless Framework plugin that creates CloudWatch alarms for functions.
# This is a Question ## Description We want to populate a metric when we catch an error. Is this plugin able to automatically create/publish the data points for the...
## What did you implement: Allow using custom namespace value rather than the stack-name for alerts configured with patterns. Closes #142 ## How did you implement it: The implementation simply...
## What did you implement: Closes #119 ## How did you implement it: This adds new resources for notifications if there's no Topic resource being created. ## How can we...
# This is a Feature Proposal ## Description Currently API name is hard-coded in each file under src/dashboards/widgets/api-gw/. We are using a different naming convention for our API Gateway APIs,...
## What did you implement: When running `sls deploy` with `SLS_DEBUG=*` errors messages have additional text and are not correctly detected by current regex. e.g when run `sls deploy` without...
# This is a Feature Proposal ## Description For feature proposals: * We want to specify a custom namespace value so all of our custom metrics are under the same...
# This is a Bug Report ## Description When run sls deploy I got an error with message: TypeError: Cannot read property 'alarm' of undefined aws-alerts plugin version 1.6.1 ##...
# This is a Bug Report ## Description For bug reports: * What went wrong? if you want a notification to call a lambda, the topic doesn't have permission to...
# This is a Feature Proposal ## Description Being able to reference a topic created by a CloudFormation template. ```yaml custom: alerts: topics: ok: Ref: SNSTopic alarm: Ref: SNSTopic insufficientData:...