File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ Resources:
1919 LicenseInfo : " Apache-2.0"
2020 RetentionPolicy : Retain
2121
22+ ZAERuntimeWrapperPublic :
23+ Type : AWS::Lambda::LayerVersionPermission
24+ Properties :
25+ Action : lambda:GetLayerVersion
26+ LayerVersionArn : !Ref ZAERuntimeWrapper
27+ Principal : " *"
28+
2229 ZAEGateLambdaLayer :
2330 Type : AWS::Serverless::LayerVersion
2431 Metadata :
@@ -35,6 +42,13 @@ Resources:
3542 LicenseInfo : ' AGPL-3.0'
3643 RetentionPolicy : Retain
3744
45+ ZAEGateLambdaPublic :
46+ Type : AWS::Lambda::LayerVersionPermission
47+ Properties :
48+ Action : lambda:GetLayerVersion
49+ LayerVersionArn : !Ref ZAEGateLambdaLayer
50+ Principal : " *"
51+
3852Outputs :
3953 ZAERuntimeWrapper :
4054 Description : " ZeroAE's Lambda RuntimeWrapper ARN"
You can’t perform that action at this time.
0 commit comments