File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Resources:
9494 Properties :
9595 Location : functions/lambda_resources.yaml
9696 Parameters :
97- StackName : AWS::StackName
97+ StackName : !Ref AWS::StackName
9898 LambdaName : !Sub ${AWS::StackName}-Sandbox
9999 LambdaArn : !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${AWS::StackName}-Sandbox
100100 CloudWatchKMSKeyId : !ImportValue account-resources:CloudwatchLogsKmsKeyArn
@@ -139,7 +139,7 @@ Resources:
139139 Properties :
140140 Location : functions/lambda_resources.yaml
141141 Parameters :
142- StackName : AWS::StackName
142+ StackName : !Ref AWS::StackName
143143 LambdaName : !Sub ${AWS::StackName}-CapabilityStatement
144144 LambdaArn : !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${AWS::StackName}-CapabilityStatement
145145 CloudWatchKMSKeyId : !ImportValue account-resources:CloudwatchLogsKmsKeyArn
@@ -184,7 +184,7 @@ Resources:
184184 Properties :
185185 Location : functions/lambda_resources.yaml
186186 Parameters :
187- StackName : AWS::StackName
187+ StackName : !Ref AWS::StackName
188188 LambdaName : !Sub ${AWS::StackName}-status
189189 LambdaArn : !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${AWS::StackName}-status
190190 CloudWatchKMSKeyId : !ImportValue account-resources:CloudwatchLogsKmsKeyArn
You can’t perform that action at this time.
0 commit comments