Releases: DataDog/datadog-lambda-python
v10
Lambda Layer version 10
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-PYTHON_RUNTIME:11
Replace PYTHON_RUNTIME above with Datadog-Python27, Datadog-Python36, Datadog-Python37 or Datadog-Python38 to match your Lambda's Python runtime.
Changelog:
- Support fetching API Key from secrets manager using
DD_API_KEY_SECRET_ARN - Remove botocore to reduce package size
- Update dependencies
v9
Lambda Layer version 9
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-PYTHON_RUNTIME:8
Replace PYTHON_RUNTIME above with Datadog-Python27, Datadog-Python36, or Datadog-Python37 to match your Lambda's Python runtime.
Changelog:
- Tag layer-generated
aws.lambda.enhanced.invocationsandaws.lambda.enhanced.errorsenhanced metrics withruntimeandmemorysize
v8
Lambda Layer version 8
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-PYTHON_RUNTIME:8
Replace PYTHON_RUNTIME above with Datadog-Python27, Datadog-Python36, or Datadog-Python37 to match your Lambda's Python runtime.
Changelog:
- Remove vendored botocore requests patching since the package has been removed from the latest botocore
- Update README for enhanced metrics instructions
v7
Lambda Layer version 7
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-PYTHON_RUNTIME:7
Replace PYTHON_RUNTIME above with Datadog-Python27, Datadog-Python36, or Datadog-Python37 to match your Lambda's Python runtime.
Changelog:
- Increment
aws.lambda.enhanced.invocationsandaws.lambda.enhanced.errorsmetrics for each invocation ifDD_ENHANCED_METRICSenv var is set to true.
v6
Lambda Layer version 6
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-PYTHON_RUNTIME:6
Replace PYTHON_RUNTIME with Datadog-Python27, Datadog-Python36, or Datadog-Python37 to match your Lambda's Python runtime.
- Support
DD_LOGS_INJECTIONfor trace and log correlation
v5
Lambda Layer version 5
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-PYTHON_RUNTIME:5
Replace PYTHON_RUNTIME with Datadog-Python27, Datadog-Python36, or Datadog-Python37 to match your Lambda's Python runtime.
- Publish the layer as a package
datadog_lambdato PyPI - Support environment variable
DD_LOG_LEVELfor debugging
v4
Lambda Layer version 4
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-<PYTHON_RUNTIME>:4
Replace <PYTHON_RUNTIME> with Datadog-Python27, Datadog-Python36, or Datadog-Python37 to match your Lambda's Python runtime.
- Support trace headers with mixed casing