Skip to content

Commit f3e14b8

Browse files
author
AWS
committed
AWS Lambda Update: Add Ruby 3.3 (ruby3.3) support to AWS Lambda
1 parent 51a50a5 commit f3e14b8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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 Ruby 3.3 (ruby3.3) support to AWS Lambda"
6+
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@
19161916
},
19171917
"ImageConfig":{
19181918
"shape":"ImageConfig",
1919-
"documentation":"<p>Container image <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-images.html#configuration-images-settings\">configuration values</a> that override the values in the container image Dockerfile.</p>"
1919+
"documentation":"<p>Container image <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms\">configuration values</a> that override the values in the container image Dockerfile.</p>"
19201920
},
19211921
"CodeSigningConfigArn":{
19221922
"shape":"CodeSigningConfigArn",
@@ -5286,6 +5286,7 @@
52865286
"python3.10",
52875287
"java17",
52885288
"ruby3.2",
5289+
"ruby3.3",
52895290
"python3.11",
52905291
"nodejs20.x",
52915292
"provided.al2023",
@@ -5987,7 +5988,7 @@
59875988
},
59885989
"ImageConfig":{
59895990
"shape":"ImageConfig",
5990-
"documentation":"<p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-parms.html\">Container image configuration values</a> that override the values in the container image Docker file.</p>"
5991+
"documentation":"<p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms\">Container image configuration values</a> that override the values in the container image Docker file.</p>"
59915992
},
59925993
"EphemeralStorage":{
59935994
"shape":"EphemeralStorage",

0 commit comments

Comments
 (0)