Skip to content

Commit 653fd79

Browse files
author
AWS
committed
AWS Lambda Update: Add Python3.14 (python3.14) and Java 25 (java25) support to AWS Lambda
1 parent 0c973a3 commit 653fd79

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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 Python3.14 (python3.14) and Java 25 (java25) support to AWS Lambda"
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5754,7 +5754,9 @@
57545754
"java21",
57555755
"python3.13",
57565756
"nodejs22.x",
5757-
"nodejs24.x"
5757+
"java25",
5758+
"nodejs24.x",
5759+
"python3.14"
57585760
]
57595761
},
57605762
"RuntimeVersionArn":{

0 commit comments

Comments
 (0)