tm-sqs-stream
v1.0.2
Published
stream from a priority list of sqs queues
Downloads
8
Readme
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')();