jsreport-fs-store-aws-sns-sync

1.2.1 • Public • Published

jsreport-fs-store-aws-sns-sync

NPM Version Build Status

Run jsreport fs store in cluster and synchronize using AWS SNS.

Installation

npm install jsreport-fs-store
npm install jsreport-fs-store-aws-sns-sync

Create an IAM user with permissions to SNS and SQS and copy the access key and secret access key. Then alter the jsreport configuration:

"store": { 
  "provider": "fs",
  "sync": {
    "name": "aws-sns",
    // the rest is optional
    "accessKeyId": "...",
    "secretAccessKey": "..."
    "topic": "jsreport",
    "subscription": "<host id>",
    "region": "us-east-1"
  }
},

The topic and subscription is automatically created if not existing during the instance startup.

Readme

Keywords

Package Sidebar

Install

npm i jsreport-fs-store-aws-sns-sync

Weekly Downloads

11

Version

1.2.1

License

MIT

Unpacked Size

7.78 kB

Total Files

6

Last publish

Collaborators

  • bjrmatos
  • pofider