Question 380:
You have many Lambda functions that read data from the AWS Kinesis stream. Your colleague informs you that our application has too many Lambda function invocations, increasing latency for your application. How can you minimize latency and increase the read throughput of your function efficiently?
Answer options:
A.Create a data stream consumer. B.Reduce the number of functions and let each function do the work of 2 functions. C.Configure CloudWatch logs to check the latency and rebuild the Lambda functions. D.Configure a dead letter queue.