ACloudGuru / serverless-plugin-aws-alerts

A Serverless Framework plugin that creates CloudWatch alarms for functions.
MIT License
531 stars 149 forks source link

Alert topics not resolved from parameter store #208

Open sopeters opened 2 years ago

sopeters commented 2 years ago

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: test
variablesResolutionMode: 20210326
frameworkVersion: '2'

custom:
  alerts:
    topics:
      ok: ${ssm:/default/SNSNotificationListARN}
    alarms:
      - functionErrors

plugins:
  - serverless-plugin-aws-alerts