Skip to content

Commit b6768ff

Browse files
author
AWS
committed
AWS Lambda Update: Add support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.
1 parent 6431b17 commit b6768ff

File tree

3 files changed

+345
-7
lines changed

3 files changed

+345
-7
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 support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"output_token": "NextMarker",
2525
"result_key": "FunctionEventInvokeConfigs"
2626
},
27+
"ListFunctionUrlConfigs": {
28+
"input_token": "Marker",
29+
"limit_key": "MaxItems",
30+
"output_token": "NextMarker",
31+
"result_key": "FunctionUrlConfigs"
32+
},
2733
"ListFunctions": {
2834
"input_token": "Marker",
2935
"limit_key": "MaxItems",

0 commit comments

Comments
 (0)