From 46704780638aae24cb8fd6f43cf59d7db850df9a Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Tue, 17 Sep 2024 10:43:55 -0500 Subject: [PATCH] Update python version --- .../opentelemetry-instrumentation/aws-lambda/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apm/traces/get-started-transaction-tracing/opentelemetry-instrumentation/aws-lambda/python.md b/docs/apm/traces/get-started-transaction-tracing/opentelemetry-instrumentation/aws-lambda/python.md index 1c712e3095..28ce0edb2a 100644 --- a/docs/apm/traces/get-started-transaction-tracing/opentelemetry-instrumentation/aws-lambda/python.md +++ b/docs/apm/traces/get-started-transaction-tracing/opentelemetry-instrumentation/aws-lambda/python.md @@ -117,7 +117,7 @@ The instructions below support only [AWS Base Images for Lambda](https://docs.aw Instrumentation of container based AWS Lambda function requires some changes in the Dockerfile and image rebuild. You'll need the following: * Docker -* Python version between 3.7 and 3.10 +* Python version between 3.7 and 3.11 * Sumo Logic OTLP/HTTP Source endpoint URL - To send spans from the instrumented Lambda function to Sumo Logic you need an endpoint URL from an existing or new [OTLP/HTTP source](/docs/send-data/hosted-collectors/http-source/otlp). ### Lambda function image changes