Skip to content

Commit 6fb7a0e

Browse files
committed
Fix mistake in readme
1 parent 28f8d7d commit 6fb7a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Datadog needs to be able to read headers from the incoming Lambda event. To do t
125125
We provide a swap in replacement handler, with zero required code changes.
126126

127127
1. Set the environment variable `DD_LAMBDA_HANDLER` to your regular handler location, eg. `myfunc.handler`.
128-
2. If using the layer, set your handler to `datadog_lambda.handler.handler`.
128+
2. Set your handler to `datadog_lambda.handler.handler`.
129129

130130
### Manual Wrap
131131

0 commit comments

Comments
 (0)