serverless-plugin-aws-alerts
serverless-plugin-aws-alerts copied to clipboard
A Serverless Framework plugin that creates CloudWatch alarms for functions.
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project.  #### Changes included in this PR - Changes to...
I'm having trouble to lookup the topics from parameter-store which seemed to have worked in a previous version. The actual Alarms are created but the Actions are missing. ``` service:...
# This is a Bug Report ## Description This package has version that is not compliant with semantic versioning. To be compliant with semantic versioning it should not have `v`...
According to the documentation it is possible to disable a default alarm on function level. That would be useful fur self defined alarms also. ```yaml alerts: definitions: customAlarm: ... alarms:...
# This is a Feature Proposal ## Description **NPM warns of possible compatibility issue with Serverless v2** Everything appears to work with sls-v2. Packaging just needs updating. Alerts are still...
## What did you implement: Closes #173 In order to not break the plugin for `serverless` in version lower than `2.10.0` where `defineFunctionProperties` was added (https://github.com/serverless/serverless/blob/master/CHANGELOG.md#2100-2020-11-03), we should check for...
Is there anyway to add a metrics of Metric Log Filters into dashboard? I created a customized metrics like flowing, but in dashboard I only can find Errors,Throttles,Invocations and Duration....
Changed statistic from "Minimum" to "Sum" so that the alarm is triggered as explained when the log contains a line with the pattern "exception Bar".
# This is a Bug Report ## Description For bug reports: ### What went wrong? Trying to install serverless plugin - it fails due to `husky` command Other serverless plugins...
This is a Question/Bug report I am trying to create an alarm to monitor 4XX errors from AWS API Gateway. I used the following block ``` provider: name: aws apiGateway:...