1 / 1010%
Question 1 of 10
An administrator is processing events in near real-time using Kinesis streams and Lambda. Lambda intermittently fails to process batches from one of the shards due to a 15-minute time limit. What is a possible solution for this problem?
AAdd more Lambda functions to improve concurrent batch processing.
BReduce the batch size that Lambda is reading from the stream.
CIgnore and skip events that are older than 15 minutes and put them to Dead Letter Queue (DLQ).
DConfigure Lambda to read from fewer shards in parallel.