-
### What is the problem this feature would solve?
Currently, when you define a resource as an Authorizer function you need to return `APIGatewayAuthorizerResult `JSON shape as:
```
{
princip…
-
Currently per the TypeScript definition only the `mysql` package may be used. According to the issue https://github.com/aws/aws-xray-sdk-node/issues/6 the `mysql2` package is also supported.
-
With pynamodb 6.0.1, I got a test failure:
```
________________________________ test_exception ________________________________
def test_exception():
class SampleModel(Model):
…
-
add trace support across event flow
food for thought at this point
- add optional util and connector support to initialize x-ray
- include trace id in events as a tag or special header
- defin…
-
### Summary
The tool supports forwarding the Lambda Context object via the [`x-amzn-lambda-context` header](https://github.com/awslabs/aws-lambda-web-adapter?tab=readme-ov-file#lambda-context). Thi…
-
In Python XRay sdk it is possible to turn off XRay via environment variable `AWS_XRAY_SDK_ENABLED` (https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-python-configuration.html)
Would it be …
-
I'm instrumenting a micronaut application that runs on lambda. I'm using the datadog lambda extension version 44, I'm downloading the agent from `https://dtdg.co/latest-java-tracer` and configuring it…
-
Logger allows you to either change the format or suppress the following keys at initialization: location, timestamp, xray_trace_id.
https://docs.powertools.aws.dev/lambda/python/latest/core/logger/#o…
-
**Describe the bug**
Xray exporter only creates services for span kind of type Server or client.
**Steps to reproduce**
I have a scenario where two application written in python communicate usi…
-
```
WARNING: DATA RACE
Read at 0x0000022e7450 by goroutine 12:
net/http.(*Client).send()
/usr/local/Cellar/go/1.14.1/libexec/src/net/http/client.go:176 +0x39d
net/http.(*Client).do()
…