SAM API must have X-Ray tracing enabled
X-Ray tracing enables end-to-end debugging and analysis of all API Gateway HTTP requests.
Impact
Recommended Actions
Follow the appropriate remediation steps below to resolve the issue.
Enable tracing
1
2
3
4
5
6
7
|
Resources:
GoodExample:
Type: AWS::Serverless::Api
Properties:
Name: Good SAM API example
StageName: Prod
TracingEnabled: true
|
Links