serverless-plugin-aws-alerts
serverless-plugin-aws-alerts copied to clipboard
FeatureRequest: allow enabled: false for custom alarms
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
Hello, is this issue still ongoing?
I can't tell you. I'm in a new project now and have no access to the AWS configuration once used. Documentation still mentions only disabling default alarms. https://www.serverless.com/plugins/serverless-plugin-aws-alerts