Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```