Skip to content

Preview release v0.5.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 11:13
4afaf47

Changes

SQS batch processing utility

image
image

Add a new utility to handle partial failures when processing batches of SQS messages in Lambda. The default behavior with Lambda - SQS is to return all messages to the queue when there is a failure during processing. This utility provides functionality to handle failures individually at the message level, and avoid re-processing messages.

🐛 Bug and hot fixes

This release was made possible by the following contributors:

@pankajagrawal16