A Lambda function processing SQS messages fails on one record in a batch. By default, what happens to the entire batch?
-
A
Only the failed message is retried
-
B
The entire batch is returned to the queue and retried
-
C
The failed message is sent to a DLQ automatically
-
D
The batch is partially committed up to the failed record