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

Hi, I have deployed this function to a customer AWS account and it works great! However as with the Go version of this code i am facing an issue. These...

The existing CloudWatch handler did not support alarm notifications for metric math alarms (aka math expression alarms).

Hi, I have integrated slack notification via SNS with your code & notification triggered successfully from OK to Alarm state, But it is not triggering if the state coming from...

question

When I do `npm run deploy`, this is what I get in the terminal. The lambda upload function doesn't complete, and later fails with a timeout. Does anyone have any...

### How to produces: #### Goto AWS SNS -> Topic -> public a message The message looks like: ``` { "Records": [ { "EventSource": "aws:sns", "EventVersion": "1.0", "EventSubscriptionArn": "arn:aws:sns:XXXXXXXXXXXXXXX-monitoring:9b9asdff5-be7f-safa-958a-000000000000", "Sns":...

It would be nice if the title of the slack message were a little more descriptive. For example, ![elasticache1](https://cloud.githubusercontent.com/assets/526560/21657901/fc3f6bbe-d289-11e6-8b9d-1f6ac56dd154.png) The message title is: > AWS Elastic Beanstalk Notification but could...

enhancement

In `.env` file I can specify one `webhook_url`. Can I specify multiple `webhook_url`s. So that I can post one notification to group and get one personally?

Hi, Do you think it be possible to add support for GuardDuty message format, Using as is the sample output from GuardDuty looks like this: `Message Description version: 0 id:...

how to clean all data after test any command line of npm to destroy all data in AWS environment

Any possibility of adding in a function to handle S3 Events, e.g. puts or deletes.

enhancement
help wanted