Skip to content

pipizhang/cloudwatch-alarm-to-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 9, 2022
2715f9c · Jan 9, 2022

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudWatch-Alarm-To-Slack

A AWS Lambda based service for sending Cloudwatch alarm to Slack. Uses CDK to provision stack (SNS, Lambda).

Alt text

Slack setup

  1. Start by setting up an incoming webhook integration in your Slack workspace: https://my.slack.com/services/new/incoming-webhook/
  2. Select a channel or create a new one
  3. Click on Add Incoming WebHooks integration
  4. You are redirected to a new page where you can see your Webhook URL. Copy the value; you will need it soon

AWS setup

This project uses CDK for provisioning stack.

cp .env.example .env # then fill with new settings
cdk deploy

CloudWatch alarm action setup

Alt text

More

The lambda function references from cloudwatch-alarm-to-slack-python

Releases

No releases published

Packages

No packages published