Skip to content

Commit efc1050

Browse files
author
AWS
committed
AWS Lambda Update: Add Dotnet 10 (dotnet10) support to AWS Lambda.
1 parent 12bd884 commit efc1050

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 Dotnet 10 (dotnet10) 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
@@ -8008,7 +8008,8 @@
80088008
"nodejs22.x",
80098009
"nodejs24.x",
80108010
"python3.14",
8011-
"java25"
8011+
"java25",
8012+
"dotnet10"
80128013
]
80138014
},
80148015
"RuntimeVersionArn":{

0 commit comments

Comments
 (0)