We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:
{ "errorMessage": "Missing AWS Lambda trace data for X-Ray. Expected _X_AMZN_TRACE_ID to be set.", "errorType": "Error" }
Invoked by running: sls invoke local -f activateTrigger --path trigger.json
sls invoke local -f activateTrigger --path trigger.json
Is there any way to bypass tracing all together if it is invoked locally?
The text was updated successfully, but these errors were encountered:
Hi @shahzeb1 .
Apologies for the delay. Unfortunately, local invocation is not a supported use case. However, collaborators are welcome!
Sorry, something went wrong.
Don't initialize x-ray if running locally. Ex:
if (process.env.IS_LOCAL !== 'true') { AWSXRay.captureAWS(AWS); }
No branches or pull requests
Error:
Invoked by running:
sls invoke local -f activateTrigger --path trigger.json
Is there any way to bypass tracing all together if it is invoked locally?
The text was updated successfully, but these errors were encountered: