| 
1 | 1 | # datadog-lambda-python  | 
2 | 2 | 
 
  | 
3 |  | -[](https://circleci.com/gh/DataDog/datadog-lambda-layer-python)  | 
 | 3 | +[](https://circleci.com/gh/DataDog/datadog-lambda-python)  | 
4 | 4 | [](https://pypi.org/project/datadog-lambda/)  | 
5 | 5 |   | 
6 | 6 | [](https://datadoghq.slack.com/channels/serverless/)  | 
7 |  | -[](https://github.com/DataDog/datadog-lambda-layer-python/blob/master/LICENSE)  | 
 | 7 | +[](https://github.com/DataDog/datadog-lambda-python/blob/master/LICENSE)  | 
8 | 8 | 
 
  | 
9 | 9 | Datadog Lambda Library for Python (2.7, 3.6, 3.7 and 3.8) enables enhanced Lambda metrics, distributed tracing, and custom metric submission from AWS Lambda functions.    | 
10 | 10 | 
 
  | 
11 | 11 | ## IMPORTANT NOTE  | 
12 | 12 | 
 
  | 
13 |  | -AWS Lambda is expected to recieve a [breaking change](https://aws.amazon.com/blogs/compute/upcoming-changes-to-the-python-sdk-in-aws-lambda/) on **January 30, 2021**. If you are using Datadog Python Lambda layer version 7 or below, please upgrade to version 11.  | 
 | 13 | +AWS Lambda is expected to recieve a [breaking change](https://aws.amazon.com/blogs/compute/upcoming-changes-to-the-python-sdk-in-aws-lambda/) on **January 30, 2021**. If you are using Datadog Python Lambda layer version 7 or below, please upgrade to the latest.  | 
14 | 14 | 
 
  | 
15 | 15 | ## Installation  | 
16 | 16 | 
 
  | 
@@ -48,7 +48,7 @@ Inject Datadog trace id into logs for [correlation](https://docs.datadoghq.com/t  | 
48 | 48 | 
 
  | 
49 | 49 | ### DD_LOG_LEVEL  | 
50 | 50 | 
 
  | 
51 |  | -Set to `debug` enable debug los from the Datadog Lambda Layer. Defaults to `info`.  | 
 | 51 | +Set to `debug` enable debug los from the Datadog Lambda Library. Defaults to `info`.  | 
52 | 52 | 
 
  | 
53 | 53 | ### DD_ENHANCED_METRICS  | 
54 | 54 | 
 
  | 
@@ -82,7 +82,7 @@ Check out the official documentation on [Datadog Lambda enhanced metrics](https:  | 
82 | 82 | 
 
  | 
83 | 83 | If you encounter a bug with this package, we want to hear about it. Before opening a new issue, search the existing issues to avoid duplicates.  | 
84 | 84 | 
 
  | 
85 |  | -When opening an issue, include the Datadog Lambda Layer version, Python version, and stack trace if available. In addition, include the steps to reproduce when appropriate.  | 
 | 85 | +When opening an issue, include the Datadog Lambda Library version, Python version, and stack trace if available. In addition, include the steps to reproduce when appropriate.  | 
86 | 86 | 
 
  | 
87 | 87 | You can also open an issue for a feature request.  | 
88 | 88 | 
 
  | 
 | 
0 commit comments