Slack bot that maps AWS CloudWatch Alarms into Slack messages.
- Clone the repository and run
npm install
- Ensure your AWS credentials are available
- Configure a Slack Incoming Webhook
- Deploy with
ENVIRONMENT=your-env DEPLOYMENT_BUCKET=your-bucket npm run deploy
- Once deployed, configure CloudWatch Alarm Actions to send notifications to the topic this stack creates
- Run tests,
npm test
- Invoke locally,
npm run invoke