### Discussed in https://github.com/awslabs/aws-lambda-powertools-python/discussions/1913 <div type='discussions-op-text'> <sup>Originally posted by **whoDoneItAgain** February 8, 2023</sup> I've been reading over the documentation and I cant find an answer. Does Powertools stop processing items after a failed and marks the failed plus all subsequent as failed in its response back to SQS? Ex. r1,r2,r3,r4,r5 is sent. function fails on r3. ReportBatchItemFailures includes r3 as well as r4 and r5. </div>