ACloudGuru / serverless-plugin-aws-alerts

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

Alarm across all functions #248

Open Basti110 opened 1 year ago

Basti110 commented 1 year ago

Hello,

I couldn't find any description or configuration on how to create one alert across all functions instead of multiple individual ones for each function. The goal is to detect errors, no matter where, in the whole service with a single alarm resource. I know how to create it in the GUI, but not in this serverless plugin. This creates 50 alarm resources for each lambda.

Thank you very much for your help