Question 53:
You’re developing an AWS Lambda function that is interacting with a DynamoDB table. The function was working well, but now it is giving the results with a time delay. You need to debug the code to understand where the bottleneck is which is causing the performance issue. Which of the following is the ideal way to debug the code?
Answer options:
A.Use Log statements in the code to detect the delay. B.Use Cloudwatch logs to detect where the delay could be. C.Look at the throttling errors in Cloudwatch metrics. D.Use AWS X-Ray to see where the downstream delay could be.