A developer is building a web application that uses Amazon API Gateway to expose an AWS Lambda function to process requests from clients. During testing, the developer notices that the API Gateway times out even though the Lambda function finishes under the set time limit. Which of the following API Gateway metrics in Amazon CloudWatch can help the developer troubleshoot the issue? (Choose two.)
- ACacheHitCount
- BIntegrationLatency (correct answer)
- CCacheMissCount
- DLatency (correct answer)
- ECount
Reveal answer & explanationHide answer
The correct answer is B, D. Option B: IntegrationLatency Option D: Latency.

