A AWS Lambda based service for sending Cloudwatch alarm to Slack. Uses CDK to provision stack (SNS, Lambda).
- Start by setting up an incoming webhook integration in your Slack workspace: https://my.slack.com/services/new/incoming-webhook/
- Select a channel or create a new one
- Click on Add Incoming WebHooks integration
- You are redirected to a new page where you can see your Webhook URL. Copy the value; you will need it soon
This project uses CDK for provisioning stack.
cp .env.example .env # then fill with new settings
cdk deploy
The lambda function references from cloudwatch-alarm-to-slack-python