Receives messages from Threat Stack AWS SNS publisher (REQUIRED) and stores them in DynamoDB.
The service consists of:
- AWS Lambda function
- AWS DynamoDB table
- Permission resources to allow services to communicate
This service can be deployed using the button below which will redirect to CloudFormation. You will need your Threat Stack API key, Org ID, User ID to deploy.
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
