We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12e953 commit 28f8d7dCopy full SHA for 28f8d7d
README.md
@@ -124,7 +124,7 @@ Datadog needs to be able to read headers from the incoming Lambda event. To do t
124
125
We provide a swap in replacement handler, with zero required code changes.
126
127
-1. Set the environment variable `DD_LAMBDA_HANDLER` to the your handler location.
+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`.
129
130
### Manual Wrap
0 commit comments