Closed abhi7cr closed 3 weeks ago
Resolve CFN pseudo parameter references, e.g. AWS::StackName. This is needed since Gen1 Bucket name has a Ref on the Gen 1 StackName and needs to be resolved prior to moving it to Gen2 stack.
AWS::StackName
Ref
unit tests
yarn test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes
Resolve CFN pseudo parameter references, e.g.
AWS::StackName
. This is needed since Gen1 Bucket name has aRef
on the Gen 1 StackName and needs to be resolved prior to moving it to Gen2 stack.Description of how you validated changes
unit tests
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.