aws amplify start-job pulling incorrect branch
I am trying setup something in my github actions that triggers a call to aws amplify. It runs:
API sync failed – transitioning to LOCAL_ONLY when removing public read/create auth rule from @model
I’m encountering an issue with AWS Amplify DataStore in my Android application. When I remove the { allow: public, operations: [read, create] }
authorization rule from my User
model, I receive the following error during the initial sync:
How to migrate one aws app to another aws app
I have an existing aws amplify project, now I want a copy of that project and I want to deploy it (version 2). I have created a new backend now I want to push all the existing backend to this new copy.