Hi all, I am trying to enable AWS X-Ray for my SST...
# help
s
Hi all, I am trying to enable AWS X-Ray for my SST app. Is there an updated version of this guide that would work with SST?
f
Hey @Shah Hossain, X-Ray is enabled by default for Lambda functions by default in SST apps.
The
Api
construct uses API Gateway HTTP API behind the scene, and HTTP API doesn’t support X-Ray at the moment.
The
ApiGatewayV1Api
construct uses API Gateway REST API behind the scene. REST API supports X-Ray, and it’s also enabled by default.
s
Thanks Frank. Let me try
ApiGatewayV1Api
.