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')();

Readme

Keywords

none

Package Sidebar

Install

npm i tm-sqs-stream

Weekly Downloads

27

Version

1.0.2

License

ISC

Last publish

Collaborators

  • jc888
  • svozza
  • dayoadeyemi