David Fish
David Fish
When I try the CLI clone command (aws amplify clone-backend --app-id --backend-environment-name --target-environment-name ) I get the following message: aws: error: argument operation: Invalid choice, valid choices are:... I am...
The best way to clone an environment is to branch your code, change to that branch, and then run the amplify init command. When it prompts you if you want...
@sprisao sorry if I caused any confusion. It should work to create a new environment in an existing project or app. You need to make sure that your front end...