1.0.8 • Published 6 years ago

aws-sqs-highland v1.0.8

Weekly downloads
11
License
ISC
Repository
-
Last release
6 years ago

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]
}
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago