lambda-cloudwatch-slack icon indicating copy to clipboard operation
lambda-cloudwatch-slack copied to clipboard

Add support for Cloudwatch Composite Alarms

Open alxgrk opened this issue 3 years ago • 0 comments

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

alxgrk avatar Mar 17 '22 11:03 alxgrk