Skip to content

Commit

Permalink
AWS Lambda Update: Allow empty list for function response types
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Mar 16, 2021
1 parent a4763e9 commit c08bfa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSLambda-ad9e3dc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Lambda",
"contributor": "",
"description": "Allow empty list for function response types"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2358,7 +2358,7 @@
"type":"list",
"member":{"shape":"FunctionResponseType"},
"max":1,
"min":1
"min":0
},
"FunctionVersion":{
"type":"string",
Expand Down Expand Up @@ -3105,7 +3105,6 @@
},
"LayerPermissionAllowedAction":{
"type":"string",
"max":22,
"pattern":"lambda:GetLayerVersion"
},
"LayerPermissionAllowedPrincipal":{
Expand Down Expand Up @@ -3746,7 +3745,6 @@
},
"OrganizationId":{
"type":"string",
"max":34,
"pattern":"o-[a-z0-9]{10,32}"
},
"PackageType":{
Expand Down Expand Up @@ -3793,7 +3791,7 @@
},
"Principal":{
"type":"string",
"pattern":"[^\\s]+"
"pattern":".*"
},
"ProvisionedConcurrencyConfigList":{
"type":"list",
Expand Down Expand Up @@ -4355,7 +4353,6 @@
},
"SourceOwner":{
"type":"string",
"max":12,
"pattern":"\\d{12}"
},
"State":{
Expand Down

0 comments on commit c08bfa4

Please sign in to comment.