https://github.com/dozyio/alert-to-slack
Cloudwatch Alarms to Slack
https://github.com/dozyio/alert-to-slack
aws cloudwatch go slack
Last synced: 6 months ago
JSON representation
Cloudwatch Alarms to Slack
- Host: GitHub
- URL: https://github.com/dozyio/alert-to-slack
- Owner: dozyio
- Created: 2022-02-25T13:35:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T13:36:29.000Z (over 3 years ago)
- Last Synced: 2025-02-16T03:33:08.519Z (8 months ago)
- Topics: aws, cloudwatch, go, slack
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alert To Slack
AWS Cloudwatch alerts to slack
# Setup
* Create a AWS Lambda called alert-to-slack
* Set handler to main
* Add environment variable "SLACK_WEBHOOK" to your slack endpoint for incoming webhooks
* Create SNS topic with the new Lambda as a subscriber
* Create cloudwatch alarms that trigger the new SNS topic# Build and deploy
```
make all
```