Amazon web services – Delay the polling of an SQS message with batchItemFailures feature
I'm using an LambdaToSqsToLambda pattern Now, the second Lambda (the one that polls messages from SQS), can fail, and I'm using the BatchItemFailures to report the messages that failed to SQS, and letting SQS re-insert those messages back in the…