An AWS Lambda function for better Slack notifications generated from SES notification events. This work is a direct descendant of lambda-cloudwatch-slack and wouldn't be possible without it.
This function was originally derived from the lambda-cloudwatch-slack project which was originally derived from the AWS blueprint named cloudwatch-alarm-to-spark
. The function in this repo allows SES Notifications to generate Slack notifications.
- Clone this repository
- Visit the Slack Apps page to create a new App
- Copy
env.example
to.env
- Update the
.env
file with the app credentials from Slack
With the variables filled in, you can test the function:
npm install
npm test
MIT License