serverless-plugin-aws-alerts icon indicating copy to clipboard operation
serverless-plugin-aws-alerts copied to clipboard

A Serverless Framework plugin that creates CloudWatch alarms for functions.

Results 68 serverless-plugin-aws-alerts issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=yarn&package_name=serverless&from_version=1.83.3&to_version=2.0.0&pr_id=65c8b337-727c-4f02-a330-37558e937437&visibility=true&has_feature_flag=false) #### 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:...

bug
good first issue

# 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....

question

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:...

question