File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ By default, the following event data is tracked for each log statement.
105
105
| apiRequestId | context.requestContext.requestId | The API Gateway RequestId |
106
106
| x-correlation-id | event.headers[ 'x-correlation-id'] | The upstream request id for tracing |
107
107
| x-correlation-trace-debug | event.headers[ 'x-correlation-debug'] | The upstream service wants debug logs enabled for this request |
108
- | x-correlation-trace-id | process.env._ X_AMZN_TRACE_ID _ | The AWS Xray tracking id |
108
+ | x-correlation-trace-id | process.env._ X_AMZN_TRACE_ID | The AWS Xray tracking id |
109
109
| x-correlation-\* | event.headers.startsWith('x-correlation-') | Any header that starts with ` x-correlation- ` will be automatically added |
110
110
111
111
Every AWS Lambda request contains a unique request ID, ` context.awsRequestId ` . If the request originated outside of the AWS platform,
You can’t perform that action at this time.
0 commit comments