Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.26 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.26 KB

AWS-Notify-Slack

Build Status

A lambda function that format and forward a AWS cloudwatch event to slack

alt text alt text

Supported event types

  • CloudWatch
  • Autoscaling

Run unit tests

$ make test

Build binary

$ make build

Run function using sam local with snsEvent payload

$ make run

Environment Variables

Name Required Type Description
SLACK_HOOK Yes String Slack hook url
USERNAME No String Slack username
ICON No String Slack icon

Terraform

The Terraform module for this lambda can be found here

Authors

Currently maintained by these contributors.

License

MIT License. See LICENSE for full details.