Skip to content

Commit d931e1d

Browse files
author
AWS
committed
AWS Lambda Update: Add Ruby 3.4 (ruby3.4) support to AWS Lambda.
1 parent b005f25 commit d931e1d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
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.4 (ruby3.4) support to AWS Lambda."
6+
}

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@
18871887
},
18881888
"ProvisionedPollerConfig":{
18891889
"shape":"ProvisionedPollerConfig",
1890-
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The Provisioned Mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">Provisioned Mode</a>.</p>"
1890+
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>"
18911891
}
18921892
}
18931893
},
@@ -2604,7 +2604,7 @@
26042604
},
26052605
"ProvisionedPollerConfig":{
26062606
"shape":"ProvisionedPollerConfig",
2607-
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The Provisioned Mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">Provisioned Mode</a>.</p>"
2607+
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>"
26082608
}
26092609
},
26102610
"documentation":"<p>A mapping between an Amazon Web Services resource and a Lambda function. For details, see <a>CreateEventSourceMapping</a>.</p>"
@@ -3668,7 +3668,7 @@
36683668
"documentation":"<p>The exception message.</p>"
36693669
}
36703670
},
3671-
"documentation":"<p>The request body could not be parsed as JSON.</p>",
3671+
"documentation":"<p>The request body could not be parsed as JSON, or a request header is invalid. For example, the 'x-amzn-RequestId' header is not a valid UUID string.</p>",
36723672
"error":{"httpStatusCode":400},
36733673
"exception":true
36743674
},
@@ -4963,7 +4963,7 @@
49634963
"documentation":"<p>The maximum number of event pollers this event source can scale up to.</p>"
49644964
}
49654965
},
4966-
"documentation":"<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\"> Provisioned Mode</a> configuration for the event source. Use Provisioned Mode to customize the minimum and maximum number of event pollers for your event source. An event poller is a compute unit that provides approximately 5 MBps of throughput.</p>"
4966+
"documentation":"<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\"> provisioned mode</a> configuration for the event source. Use Provisioned Mode to customize the minimum and maximum number of event pollers for your event source. An event poller is a compute unit that provides approximately 5 MBps of throughput.</p>"
49674967
},
49684968
"PublishLayerVersionRequest":{
49694969
"type":"structure",
@@ -5508,6 +5508,7 @@
55085508
"java17",
55095509
"ruby3.2",
55105510
"ruby3.3",
5511+
"ruby3.4",
55115512
"python3.11",
55125513
"nodejs20.x",
55135514
"provided.al2023",
@@ -6145,7 +6146,7 @@
61456146
},
61466147
"ProvisionedPollerConfig":{
61476148
"shape":"ProvisionedPollerConfig",
6148-
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The Provisioned Mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">Provisioned Mode</a>.</p>"
6149+
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>"
61496150
}
61506151
}
61516152
},

0 commit comments

Comments
 (0)