AWS Certified Big Data – Specialty — Question 31

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 5-munite time limit.
What is a possible solution for this problem?

Answer options

Correct answer: D

Explanation

The correct answer is D because reducing the number of shards Lambda reads from allows more time to process each batch, helping to stay within the 5-minute limit. Options A and B may not address the time constraint effectively, while option C does not resolve the problem and could lead to data loss.