You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We kept the first implementation of the SQS Batch Processor for historical reasons. As of November 2021, it was no longer needed because native support was added to the services.
Why is this needed?
We've been recommending the native solution since we launched it. It's not worth to maintain two code paths to achieve the same functionality.
Which area does this relate to?
Batch processing
Solution
Immediately deprecate the feature with a warning (both for the sqs_batch_processor decorator and PartialSQSProcessor classes.
Completely remove the code on the next major version of Powertools
Summary
We kept the first implementation of the SQS Batch Processor for historical reasons. As of November 2021, it was no longer needed because native support was added to the services.
Why is this needed?
We've been recommending the native solution since we launched it. It's not worth to maintain two code paths to achieve the same functionality.
Which area does this relate to?
Batch processing
Solution
sqs_batch_processor
decorator andPartialSQSProcessor
classes.Acknowledgment
The text was updated successfully, but these errors were encountered: