An AWS Lambda function for better Cisco Spark notifications generated from CloudWatch 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 CloudWatch Events to generate Spark notifications.
Clone this repository and open the Makefile in your editor, then follow the steps below:
TODO
With the variables filled in, you can test the function:
npm install
make test
MIT License