You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propagate the tracing header – Get the X-Ray tracing header from the Lambda-Runtime-Trace-Id header in the API response. Set the _X_AMZN_TRACE_ID environment variable with the same value for the X-Ray SDK to use.
One of the steps described in Custom AWS Lambda Runtimes:
Setting Environment variables in Java is not supported and I don't think we should use any of the hack workarounds.
Moreover it seems AWS XRAY SDK does not support it either.
aws/aws-xray-sdk-java#102
The text was updated successfully, but these errors were encountered: