Skip to content

Commit cc69db2

Browse files
author
AWS
committed
AWS Lambda Update: This release includes support for new feature: Code Signing for AWS Lambda. This adds new resources and APIs to configure Lambda functions to accept and verify signed code artifacts at deployment.
1 parent 2b565c9 commit cc69db2

File tree

3 files changed

+573
-6
lines changed

3 files changed

+573
-6
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": "This release includes support for new feature: Code Signing for AWS Lambda. This adds new resources and APIs to configure Lambda functions to accept and verify signed code artifacts at deployment."
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
"output_token": "NextMarker",
77
"result_key": "Aliases"
88
},
9+
"ListCodeSigningConfigs": {
10+
"input_token": "Marker",
11+
"limit_key": "MaxItems",
12+
"output_token": "NextMarker",
13+
"result_key": "CodeSigningConfigs"
14+
},
915
"ListEventSourceMappings": {
1016
"input_token": "Marker",
1117
"limit_key": "MaxItems",
@@ -24,6 +30,12 @@
2430
"output_token": "NextMarker",
2531
"result_key": "Functions"
2632
},
33+
"ListFunctionsByCodeSigningConfig": {
34+
"input_token": "Marker",
35+
"limit_key": "MaxItems",
36+
"output_token": "NextMarker",
37+
"result_key": "FunctionArns"
38+
},
2739
"ListLayerVersions": {
2840
"input_token": "Marker",
2941
"limit_key": "MaxItems",

0 commit comments

Comments
 (0)