Skip to content

Commit 9ee8df4

Browse files
docs(lambda): update handler docs (#7048)
Co-authored-by: Tiffany Hrabusa <[email protected]>
1 parent 301b85b commit 9ee8df4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/platforms/faas/lambda-auto-instrument.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ and the package on [RubyGem](https://rubygems.org/search?query=opentelemetry).
9393
### Configure `AWS_LAMBDA_EXEC_WRAPPER`
9494

9595
Change the entry point of your application by setting
96-
`AWS_LAMBDA_EXEC_WRAPPER=/opt/otel-handler` for Node.js, Java, or Ruby, and
97-
`AWS_LAMBDA_EXEC_WRAPPER=/opt/otel-instrument` for Python. These wrapper scripts
98-
will invoke your Lambda application with the automatic instrumentation applied.
96+
`AWS_LAMBDA_EXEC_WRAPPER=/opt/otel-handler` for Node.js, Java, Ruby, or Python.
97+
This wrapper script invokes your Lambda application with the automatic
98+
instrumentation applied.
9999

100100
### Add the ARN of Instrumentation Lambda Layer
101101

0 commit comments

Comments
 (0)