sqs-queue-parallel
JSON →Sqs-queue-parallel is a Node.js library built on top of Amazon AWS SQS that provides concurrent and parallel message polling. It allows you to create multiple SQS queue watchers (concurrency) each capable of receiving multiple messages (maxNumberOfMessages). This configuration enables parallel processing of messages, e.g., 2 concurrent watchers each fetching up to 4 messages can handle up to 8 message events in parallel. The library is at version 0.1.6 (released via npm) and appears to be stable but with no recent updates. It differentiates from standard AWS SDK polling by offering built-in concurrency and event-driven message handling.
Resources
packagesqs-queue-parallel ↗
API endpoints
full doc /v1/registry/sqs-queue-parallel