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

FeatureRequest: allow enabled: false for custom alarms

Open nicodh opened this issue 4 years ago • 2 comments

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

nicodh avatar Feb 22 '21 13:02 nicodh

Hello, is this issue still ongoing?

tn-17 avatar Nov 15 '21 17:11 tn-17

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

nicodh avatar Nov 16 '21 06:11 nicodh