AWS Security ChangesHomeSearch

AWS lambda documentation change

Service: lambda · 2025-05-10 · Documentation low

File: lambda/latest/dg/with-s3-example.md

Summary

Updated Python runtime version from 3.12 to 3.13 in S3 tutorial example

Security assessment

The change is a routine update to documentation examples to reflect the latest Python runtime version. There is no mention of security fixes or security-related context in the diff.

Diff

diff --git a/lambda/latest/dg/with-s3-example.md b/lambda/latest/dg/with-s3-example.md
index 0198bf7d1..c24fd2d7e 100644
--- a//lambda/latest/dg/with-s3-example.md
+++ b//lambda/latest/dg/with-s3-example.md
@@ -148 +148 @@ An [execution role](./lambda-intro-execution-role.html) is an AWS Identity and A
-Create a Lambda function in the console using the Python 3.12 runtime.
+Create a Lambda function in the console using the Python 3.13 runtime.
@@ -152 +152 @@ Create a Lambda function in the console using the Python 3.12 runtime.
-  1. Open the [Functions](https://console.aws.amazon.com/lambda/home#/functions) page of the Lambda console.
+  1. Open the [Functions page](https://console.aws.amazon.com/lambda/home#/functions) of the Lambda console.
@@ -166 +166 @@ Create a Lambda function in the console using the Python 3.12 runtime.
-    2. For **Runtime** , choose **Python 3.12**.
+    2. For **Runtime** , choose **Python 3.13**.
@@ -185 +185 @@ Create a Lambda function in the console using the Python 3.12 runtime.
-This tutorial uses the Python 3.12 runtime, but we’ve also provided example code files for other runtimes. You can select the tab in the following box to see the code for the runtime you’re interested in.
+This tutorial uses the Python 3.13 runtime, but we’ve also provided example code files for other runtimes. You can select the tab in the following box to see the code for the runtime you’re interested in.