Skip to content

Commit 1eba346

Browse files
author
AWS
committed
AWS Lambda Update: Add Python 3.13 (python3.13) support to AWS Lambda
1 parent f939451 commit 1eba346

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Lambda",
4+
"contributor": "",
5+
"description": "Add Python 3.13 (python3.13) support to AWS Lambda"
6+
}

services/lambda/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5452,7 +5452,8 @@
54525452
"nodejs20.x",
54535453
"provided.al2023",
54545454
"python3.12",
5455-
"java21"
5455+
"java21",
5456+
"python3.13"
54565457
]
54575458
},
54585459
"RuntimeVersionArn":{

0 commit comments

Comments
 (0)