- navigate to the s3 console and identify the deployment bucket for our app
- download
#current-cloud-backend.zip
- unzip the contents, correct the GraphQL Schema, and re-zip the folder
- be sure to not accidentally zip as a nested folder
unzip "#current-cloud-backend.zip" -d "#current-cloud-backend"
mv "#current-cloud-backend.zip" backup.zip
- correct the schema
cd "#current-cloud-backend"; zip -r "../#current-cloud-backend.zip" *
- re-upload the newly zipped archive to our s3 deployment bucket
- push from local machine with
amplify push --force
- observe successful push 🙌
Created
April 4, 2022 16:51
-
-
Save josefaidt/be56f2a8a821b084b66e40ce51e20b44 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment