Skip to content

Commit 28f8d7d

Browse files
committed
Fix handler location
1 parent a12e953 commit 28f8d7d

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
@@ -124,7 +124,7 @@ Datadog needs to be able to read headers from the incoming Lambda event. To do t
124124

125125
We provide a swap in replacement handler, with zero required code changes.
126126

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

130130
### Manual Wrap

0 commit comments

Comments
 (0)