Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.2 KB

lambda-cloudwatch-event-spark

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.

BuildStatus NPM version

Overview

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.

Configuration

Clone this repository and open the Makefile in your editor, then follow the steps below:

TODO

Tests

With the variables filled in, you can test the function:

npm install
make test

License

MIT License