aws-sqs-highland

1.0.8 • Public • Published

aws-sqs-highland

An AWS SQS consumer, that produces a Highland.js stream

This module produces a Highland.js stream as it consumes from AWS SQS.

How to Use

    const sqs = require("aws-sqs-highland");
    sqs.consume(params);

The parameter options are:

{
  awsConfig: {
    accessKeyId: String,
    secretAccessKey: String,
    region: String
  },
  queueUrl: String [Required],
  maxNumberOfMessages: Number [Default: 5],
  visibilityTimeout: Number [Default: 0],
  waitTimeSeconds: Number [Default: 0]
}

Readme

Keywords

none

Package Sidebar

Install

npm i aws-sqs-highland

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

2.07 kB

Total Files

3

Last publish

Collaborators

  • tomwhale