Skip to content

Commit a33104d

Browse files
authored
Merge pull request #387 from Kausik-A/lambdadocchnage
Address APIGW limitation inside Java Wrapper Lambda Layer
2 parents 9daedda + 262adae commit a33104d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docs/getting-started/lambda/lambda-java.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Tips:
6262
Make sure your Lambda role has the required AWS X-Ray permissions.
6363
See more on AWS X-Ray permissions for AWS Lambda, see the [AWS Lambda documentation](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-permissions).
6464

65+
Note: Inside the Java-Wrapper layer only the 1 kind of APIGW (APIGatewayProxyRequestEvent) event object is currently supported. The issue is currently being tracked [here](open-telemetry/opentelemetry-lambda#270)
66+
6567
### Enable additional instrumentation
6668

6769
[AWS SDK instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/aws-sdk/aws-sdk-2.2/library)

0 commit comments

Comments
 (0)