I have a AWS AppSync endpoint configured with auth lambda. Also, X-Ray was enabled in both AppSync and Lambda. When I make a request to AppSync endpoint I can see both traces as separate segments. Not as a one trace. How can I make it as one trace?
AWS AppSync XRay Tracing Context not sharing with Auth Lambda
37 Views Asked by rajitha At
0
There are 0 best solutions below
Related Questions in AWS-APPSYNC
- Use AWS AppSync as a target group for AWS Application Load Balancer
- I am working on aws appsync project where one of my resolver is not getting identity information in the context while others are getting
- Is there any way to get around the Exceptions of enhanced subscription filters of AppSync at the server side?
- Unable to auto-generate resolvers after updating schema in AWS Amplify
- aws appsync custom subscription resolver: connection failed, runtime error
- Global Secondary Indexes in AppSync Schemas (with DynamoDB)
- GraphQL query validation with schema which we fetch using get_introspection_schema method
- AWS AppSync XRay Tracing Context not sharing with Auth Lambda
- AWS - Make multiple HTTP requests in pipeline resolver function
- Appsync "Variable 'timestamp' has an invalid value."
- Why is my resolver query function not returning items from dynamodb that has an sk value above 9999
- Auto generated Amplify ManyToMany table - Unable to serialize `2023-06-12T01:48:00.288432` as a valid DateTime Object
- Follow-redirects setting for AWS appsync
- Is there any way to handle big responses in Graphql (Appsync)?
- Amplify AppSync Codegen Error - invalid WIN32 path characters
Related Questions in AWS-XRAY
- AWS Cross region XRay trace
- Quarkus native AWS lambda to AWS X-ray
- AWS AppSync XRay Tracing Context not sharing with Auth Lambda
- X-Ray SDK tracing support for Quarkus Netty (Vert.x)
- How to create cloud watch alarm using x-ray traces response time
- Configuring AWS X-Ray with Kinesis KCL 2.0
- AWS CloudWatch & Xray Intergration with my Application
- AWS X-Ray Segments Sent from NestJS App Not Visible in X-Ray Console
- AWS X Ray Configuration to not track one endpoint
- can't create child span from otelgin
- AWS XRAY fails on segment close with RangeError: Invalid string length
- Using AWS Powertools Tracing library with Java 17
- How to instrument outgoing http requests with AWS Xray for Java Spring Boot 3.1 app?
- Aws CDK create sampling rule
- AWS X-ray local get segment data
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?