Skip to content
This repository was archived by the owner on Dec 23, 2020. It is now read-only.

ServerlessOpsIO/threatstack-aws-dynamodb-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threatstack-aws-dynamodb-writer

Build Status License

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

Deployment

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.

Launch CloudFormation Stack

Alternatively, you can deploy from a clone of this repository by using Serverless Framework.

$ npm install -g serverless
$ npm install
$ serverless deploy -v

Development

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

About

Write Threat Stack alerts to DynamoDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages