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 c32db63 commit 47aae81Copy full SHA for 47aae81
README.md
@@ -33,6 +33,14 @@ The Datadog API must be defined as an environment variable via [AWS CLI](https:/
33
34
- DD_API_KEY or DD_KMS_API_KEY (if encrypted by KMS)
35
36
+You can also supply or override the API key at runtime:
37
+
38
+```python
39
+# Override DD API Key after importing datadog_lambda packages
40
+from datadog import api
41
+api._api_key = "MY_API_KEY"
42
+```
43
44
Set the following Datadog environment variable to `datadoghq.eu` to send your data to the Datadog EU site.
45
46
- DD_SITE
0 commit comments