File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ Resources:
158158 Properties :
159159 Location : functions/lambda_resources.yaml
160160 Parameters :
161- StackName : AWS::StackName
161+ StackName : !Ref AWS::StackName
162162 LambdaName : !Sub ${AWS::StackName}-status
163163 LambdaArn : !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${AWS::StackName}-status
164164 IncludeAdditionalPolicies : true
@@ -205,7 +205,7 @@ Resources:
205205 Properties :
206206 Location : functions/lambda_resources.yaml
207207 Parameters :
208- StackName : AWS::StackName
208+ StackName : !Ref AWS::StackName
209209 LambdaName : !Sub ${AWS::StackName}-CapabilityStatement
210210 LambdaArn : !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${AWS::StackName}-CapabilityStatement
211211 CloudWatchKMSKeyId : !ImportValue account-resources:CloudwatchLogsKmsKeyArn
You can’t perform that action at this time.
0 commit comments