File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ Parameters:
6060 3288,
6161 3653,
6262 ]
63+ ExecutePolicyExportName :
64+ Type : String
6365
6466Conditions :
6567 ShouldUseSplunk : !Equals [true, !Ref EnableSplunk]
@@ -132,7 +134,7 @@ Outputs:
132134 Description : Lambda execution policy arn
133135 Value : !GetAtt ExecuteLambdaManagedPolicy.PolicyArn
134136 Export :
135- Name : !Sub ${StackName}:FHIRValidatorUKCoreExecuteLambdaPolicyArn
137+ Name : !Sub ${StackName}:${ExecutePolicyExportName}
136138 LambdaRoleArn :
137139 Description : " LambdaRole ARN"
138140 Value : !GetAtt LambdaRole.Arn
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Resources:
5858 LambdaName : !Sub "${AWS::StackName}-FHIRValidatorUKCore"
5959 LambdaArn : !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${AWS::StackName}-FHIRValidatorUKCore
6060 LogRetentionDays : !Ref LogRetentionDays
61+ ExecutePolicyExportName : FHIRValidatorUKCoreExecuteLambdaPolicyArn
6162
6263 FHIRValidatorUKCore :
6364 Type : AWS::Serverless::Function
@@ -101,6 +102,7 @@ Resources:
101102 LambdaName : !Sub "${AWS::StackName}-FHIRValidatorNHSDigital"
102103 LambdaArn : !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${AWS::StackName}-FHIRValidatorNHSDigital
103104 LogRetentionDays : !Ref LogRetentionDays
105+ ExecutePolicyExportName : FHIRValidatorNHSDigitalExecuteLambdaPolicyArn
104106
105107 FHIRValidatorNHSDigital :
106108 Type : AWS::Serverless::Function
You can’t perform that action at this time.
0 commit comments