ACloudGuru/serverless-plugin-aws-alerts

FeatureRequest: allow enabled: false for custom alarms

Open

#165 opened on Feb 22, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (150 forks)auto 404
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

Contributor guide