ACloudGuru/serverless-plugin-aws-alerts
View on GitHubFeatureRequest: allow enabled: false for custom alarms
Open
#165 opened on Feb 22, 2021
buggood first issue
Repository metrics
- Stars
- (523 stars)
- PR merge metrics
- (PR metrics pending)
Description
According to the documentation it is possible to disable a default alarm on function level. That would be useful fur self defined alarms also.
alerts:
definitions:
customAlarm:
...
alarms:
- customAlarm
functions:
handlerSpecial:
alarms:
- customAlarm:
enabled: false
This is not possible right now with 1.7.1