Skip to content

Commit 6aad271

Browse files
author
AWS
committed
AWS Lambda Update: Launching Lambda Managed Instances - a new feature to run Lambda on EC2.
1 parent f499b0d commit 6aad271

File tree

3 files changed

+936
-51
lines changed

3 files changed

+936
-51
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": "Launching Lambda Managed Instances - a new feature to run Lambda on EC2."
6+
}

services/lambda/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"limit_key": "MaxItems",
77
"result_key": "Aliases"
88
},
9+
"ListCapacityProviders": {
10+
"input_token": "Marker",
11+
"output_token": "NextMarker",
12+
"limit_key": "MaxItems",
13+
"result_key": "CapacityProviders"
14+
},
915
"ListCodeSigningConfigs": {
1016
"input_token": "Marker",
1117
"output_token": "NextMarker",
@@ -30,6 +36,12 @@
3036
"limit_key": "MaxItems",
3137
"result_key": "FunctionUrlConfigs"
3238
},
39+
"ListFunctionVersionsByCapacityProvider": {
40+
"input_token": "Marker",
41+
"output_token": "NextMarker",
42+
"limit_key": "MaxItems",
43+
"result_key": "FunctionVersions"
44+
},
3345
"ListFunctions": {
3446
"input_token": "Marker",
3547
"output_token": "NextMarker",

0 commit comments

Comments
 (0)