Skip to content

Commit 3a45e15

Browse files
committed
Add SQS funtion handler info in java
1 parent 58d3a93 commit 3a45e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ To enable the AWS Distro for OpenTelemetry in your Lambda function, you need to
5959
1. `/opt/otel-handler` - for wrapping regular handlers (implementing RequestHandler)
6060
2. `/opt/otel-proxy-handler` - for wrapping regular handlers (implementing RequestHandler) proxied through API Gateway, enabling HTTP context propagation
6161
3. `/opt/otel-stream-handler` - for wrapping streaming handlers (implementing RequestStreamHandler), enabling HTTP context propagation for HTTP requests
62+
4. `/opt/otel-sqs-handler` - for wrapping SQS-triggered function handlers (implementing RequestHandler)
6263
5. [Enable active tracing](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) for your AWS Lambda function.
6364

6465

0 commit comments

Comments
 (0)