Xray integration fails in Ministack #773
Closed
arivazhaganjeganathan-abc
started this conversation in
General
Replies: 1 comment
|
This is fixed as part of 1.3.56! thank you |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Using amazon Xray feature in my script and it currently fails with the following error
Error: Missing AWS Lambda trace data for X-Ray. Ensure Active Tracing is enabled and no subsegments are created outside the function handler.
Lambda function created with TracingConfig.Mode=Active.
GetFunctionConfiguration correctly returns Active tracing.
However, Lambda execution environment does not contain _X_AMZN_TRACE_ID, causing the AWS X-Ray SDK to fail with:
any configuration change to be done to fix this?
P.S: works fine in localstack
All reactions