Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dozyio/alert-to-slack
Cloudwatch Alarms to Slack
https://github.com/dozyio/alert-to-slack
aws cloudwatch go slack
Last synced: 4 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T13:36:29.000Z (almost 3 years ago)
- Last Synced: 2024-12-24T12:27:12.081Z (about 2 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
```