Feature request: implement SQSFifoPartialProcessor
class
#1587
Labels
batch
This item relates to the Batch Processing Utility
completed
This item is complete and has been merged/shipped
feature-request
This item refers to a feature request for an existing or new utility
Milestone
Use Case
The Python version of Powertools for AWS features a class called
SqsFifoPartialBatchProcessor
class, which extends theBatchProcessor
class. This class is needed because the use case of processing a batch of messages from an SQS configured as FIFO requires special handling. In the event of a failure, the whole batch must be marked as failed to maintain the order of the messages.Solution/User Experience
Refer to the implementation found here, and specifically to the
SqsFifoPartialBatchProcessor
class.Acceptance criteria
The text was updated successfully, but these errors were encountered: