sqs-consumer
sqs-consumer copied to clipboard
Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
**Describe the bug** The polling of SQS messages for various queues is working fine but the **SQS stopped** polling twice and all of the SQS messages started to add up...
**Question** How to use sqs-consumer package with the lambda function. As we know, we have SQSEvent trigger that we need to configured. Can you provide some guidance ?
## Description When providing a handleMessageBatch function, code currently allows ack all messages or throw an error which will reject all messages. The fix allows the user to return an...
**Question** Regarding what happened on the Pull requests list and also on the issues, are people from the organization planning to update this repository? If not, are you planning to...
## Description Response to issue https://github.com/bbc/sqs-consumer/issues/223 Allows 0 integer to be accepted as a valid input - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New...
**Question** AWS SDK v3 was released in December 2020: https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.0.0. Does this library plan to eventually support it? I figured an issue might be a useful way to track this...
processing_error on consumerFileUploaded any idea what causes this? unexpected token e in JSON at position 1
## Description 1. Update the peer and development dependencies to AWS SDK v3. 2. Update all SQS client method calls to use updated syntax 3. Update error types to match...
## Description Stopping polling timeout and current polling request. ## Motivation and Context Stop method doesn't gracefully terminate polling: 1. Stop method doesn't abort current polling request 2. "Stopped" event...
**The problem** In order to reduce the number of empty receives, i would like to open a discussion here about adding this feature. We have knowledge about the number of...