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

Send AWS CloudWatch notifications to a Slack channel using Lambda

Results 41 lambda-cloudwatch-slack issues
Sort by recently updated
recently updated
newest added

This PR proposes the addition of a new public method, `createHandler`. The main use-case for this is to allow the user to inject their own configuration without having to rely...

1. You can now configure whether to mention someone using `MENTION` environment variable. 2. If the CloudWatch alarm has been caused by a log metric filter, links to the appropriate...

enhancement

We have set up alerts on various CodeDeploy events to come via the lambda (great tool btw, thanks!) to a Slack channel. Unfortunately the Slack messages are missing most of...

Looks like a great lambda implementation, would love to use it, but it seems to be doing something odd. First, Lambda's default SNS test event causes this failure: ``` 2017-11-28T19:37:15.286Z...

Small changes that can be improve to specified different channel than the webhook channel to post notification

It does not work anymore. `InvalidParameterValueException:The runtime parameter of nodejs8.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs12.x) while...

AWS recently sent this email to all users with lambdas using Node.js 8.10: We are contacting you as we have identified that your AWS Account currently has one or more...

Hi, looks like a great function, thank you! While deployment works, and `npm test` works, the actual function doesn't. Whenever the lambda function triggers, it posts this error. ``` module...

Added support for [ECS Event Stream](https://docs.aws.amazon.com/en_pv/AmazonECS/latest/developerguide/cloudwatch_event_stream.html) That's how notifications look: ![image](https://user-images.githubusercontent.com/1008882/65281965-6e815080-db3c-11e9-80dd-f7d2fe265c46.png) and ![image](https://user-images.githubusercontent.com/1008882/65281991-82c54d80-db3c-11e9-8209-d15bba10806a.png)

When the alarm is created based on an expression of multiple metrics, the "Trigger.MetricName" will be undefined and shown in the slack message. It will make customers think that the...