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 40 lambda-cloudwatch-slack issues
Sort by recently updated
recently updated
newest added

Hi, I have multiple AWS accounts and am setting this up to send CloudWatch messages to one specific Slack channel. I would like to be able to determine quickly which...

Hey there, as the title states, this PR intends to add support for [composite Cloudwatch alarms](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Composite_Alarm.html). Without that change the following exception would be thrown: ``` .../lambda-cloudwatch-slack/node_modules/continuation-local-storage/context.js:55 throw exception; ^...

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.331.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3. Release notes Sourced from bl's releases. v4.0.3 Fix unintialized memory access Commits f659836 Bumped v4.0.3 7a4ae7f Node v14 d3e240e Fix unintialized memory access 1c590ad...

dependencies

Hello, I operate in a controlled AWS account where I can create Roles and attach Policies but I cannot create or affect Users. I have to request someone do that...

added support for route53 health checks as uptime monitors

I found that url.parse being deprecated meant that the requests were going to localhost. I had to modify that start of the postMessage() function to this: ``` var postMessage =...

Feature to catch notifications from Glue service.

Hi Team, We are having some strange issue with the ASG notification, sometime the autoscaling Name is appearing in the specified filed and some time it is not appearing. ![image](https://user-images.githubusercontent.com/62022685/102477893-f7aa6e80-4082-11eb-9e38-b1eb7fbeb9f7.png)...