Receives messages from Threat Stack AWS SNS publisher (REQUIRED) and stores alert data in S3.
The service consists of:
- AWS Lambda function
- AWS S3 bucket
- Permission resources to allow services to communicate
This service can be deployed using the button below which will redirect to CloudFormation.
Alternatively, you can deploy from a clone of this repository by using Serverless Framework.
$ npm install -g serverless
$ npm install
$ serverless deploy -v
This repository uses Serverless Framework for managing the development life cycle. To install Serverless Framework, ensure you have NodeJS and the NPM package manager installed. Then perform the following.
$ npm install -g serverless
$ npm install
