python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Capture Traces from AWS Lambda to Step Function to Lambda
I am experimenting with Lambdas and I am having a hard time passing traces from a Lambda to a Step Function which has a lambda within it.
So structure looks something like this:
Lambda Code call step ...
vampyfreak
Votes: 0
Answers: 1
How to add a Servlet filter in Vert.x REST API?
I have a REST API which was created purely using Vert.x, I would like to instrument it for AWS X-RAY and in order to do that I need to add a servlet filter. I'm creating a webserver like this:
vertx.c...
leadingSkill
Votes: 0
Answers: 1
How to access incoming HTTP requests in X-Ray SegmentListener?
Issue
I use AWS X-Ray SDK for Java to enable X-Ray tracing for my Spring Boot micro services.
With following snippet I am able to attach a custom SegmentListener:
final AWSXRayRecorder recorder = AWSX...

ysfaran
Votes: 0
Answers: 1
AWS XRay Filter Expression name CONTAINS
I'm looking at the AWS documentation here and there is a string keyword for name and a string operator CONTAINS. What I am trying to do is put these together, to match all services that contain a subs...

Nick Holdsworth
Votes: 0
Answers: 0