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

ServerlessOpsIO/threatstack-aws-s3-publisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threatstack-aws-s3-publisher

Build Status License

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

Deployment

This service can be deployed using the button below which will redirect to CloudFormation.

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

Publish Threat Stack alerts to S3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages