python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AWS X-Ray - Lambda invoked by another lambda does not use parent traceID
I want to use AWS X-Ray with Apollo Federation. The Apollo Gateway is hosted on AWS Lambda and it calls subservices which are also hosted on AWS Lambda.
I activated tracing for every lambda (gateway &...
Nicoowr
Votes: 0
Answers: 0
AWS Xray NodeJS: How to Fix "Missing AWS Lambda trace data for X-Ray" messages on startup
We have several NodeJS Lambdas with AWS X-Ray with the following general setup.
process.env.AWS_XRAY_DEBUG_MODE = 'TRUE'
process.env.AWS_XRAY_TRACING_NAME = 'api-extensions'
console.log('Enabled XRAY ...

Whyhankee
Votes: 0
Answers: 1
AWS Lambda and X-Ray: (Python) How To Install
TL;DR How do I install AWS X-Ray sdk, because the pip install doesn't seem to get the full package
Hello Folks,
I'm working on trying out AWS X-Ray for my Python lambda. I know the library is large, ...

Black Dynamite
Votes: 0
Answers: 2