A multi-service permit path is failing intermittently across API Gateway, Lambda, and DynamoDB. How should architects gain workload visibility to find the broken dependency?
Select an answer to reveal the explanation.
Short Explanation
When the permit path is a chain of services, X-Ray is the string of Christmas lights that shows which bulb went dark.
Full Explanation
AWS X-Ray provides distributed tracing across supported services so architects can visualize latency and errors along a multi-service path. Turning off observability, relying solely on flow logs, or attempting SSH into Lambda does not deliver that application dependency map.