Closed abhi7cr closed 1 month ago
Add CFN parameter resolver to resolve Gen1 resources with parameters before refactoring them into Gen2 stack.
TODO: Add code to retrieve secret values in params using CLI utils: https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli/src/extensions/amplify-helpers/envResourceParams.ts#L62
Local testing, 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
Add CFN parameter resolver to resolve Gen1 resources with parameters before refactoring them into Gen2 stack.
TODO: Add code to retrieve secret values in params using CLI utils: https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli/src/extensions/amplify-helpers/envResourceParams.ts#L62
Description of how you validated changes
Local testing, 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.