Skip to content

Consumes from an AWS SQS stream and produces a Highland.js stream

Notifications You must be signed in to change notification settings

tomwhale/aws-sqs-highland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Consumes from an AWS SQS stream and produces a Highland.js stream

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published