amplify push modify backend-config.json removing "parameters" #13594
Labels
functions
Issues tied to the functions category
pending-triage
Issue is pending triage
platform-push
Issues related to `amplify push`
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
v20.10.0
Amplify CLI Version
12.10.1
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made
Describe the bug
amplify pull
Trying to re-publish web app manually:
amplify env checkout dev
amplify publish -y
At this point amplify modify amplify/backend-config.json removing "parameters".
I tryied to do it in my preview Mac and It works fine.
New mac requires to run
amplify pull
before publish. but we have "prod" environment where we need to deploy dev backend updates.Expected behavior
amplify env checkout test
amplify publish -y
Reproduction steps
amplify pull
amplify pull --appId XXXXXX --envName test
amplify env checkout dev
amplify publish -y
Project Identifier
41de347992480064a5878862a835ef5e
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: