tm-sqs-stream

1.0.2 • Public • Published

Usage

You can specify AWS credententials when requiring the module as follows:

const SQS = require('tm-sqs-stream')({
        "accessKeyId": //...,
        "secretAccessKey": //...,
        "region": "eu-west-1"
});
 

Otherwise just do this:

const SQS = require('tm-sqs-stream')();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    3
    • latest

Version History

Package Sidebar

Install

npm i tm-sqs-stream

Weekly Downloads

16

Version

1.0.2

License

ISC

Last publish

Collaborators

  • jc888
  • svozza
  • dayoadeyemi