aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.82k stars 820 forks source link

Resolve CFN pseudo parameter references #13988

Closed abhi7cr closed 3 weeks ago

abhi7cr commented 3 weeks ago

Description of changes

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.

Description of how you validated changes

unit tests

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.