assertible / lambda-cloudwatch-slack

Send AWS CloudWatch notifications to a Slack channel using Lambda
https://assertible.com/blog/npm-package-lambda-cloudwatch-slack
MIT License
482 stars 249 forks source link

Add support for Cloudwatch Composite Alarms #72

Open alxgrk opened 2 years ago

alxgrk commented 2 years ago

Hey there,

as the title states, this PR intends to add support for composite Cloudwatch alarms. Without that change the following exception would be thrown:

.../lambda-cloudwatch-slack/node_modules/continuation-local-storage/context.js:55
    throw exception;
    ^

TypeError: Cannot read property 'MetricName' of undefined
    at handleCloudWatch (.../lambda-cloudwatch-slack/index.js:236:36)

Best regards, Alex