Preview release v0.5.0-beta
Pre-release
Pre-release
Changes
SQS batch processing utility
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
- fix: Make slf4j work along with log4j2 (#123) by @pankajagrawal16