API Gateway --> Custom Authorizer(Lambda) --> NLB --> Fargate Task
Above is the request flow of my application, I have enabled X-Ray in API Gateway stage and redeployed the API.
However, in the X-Ray trace map diagram, I see only API Gateway and NLB.
Trace maps is like this, API Gateway --> NLB.
- What should I do to get the tracing of Custom Authorizer?
- What should I do to get the tracing of NLB --> Fargate?