#✅ - after installing npm create amplify@latest and commit, I don't see the .json file to download.

1 messages · Page 1 of 1 (latest)

spare ledge
#

I deployed the app via amplify gen 2 to my github repo. After I installed npm create amplify@latest and commited the changes, I can see that it starts new deployment in amplify portal but I don't see the .json file under Deployed backend resources and I also don't see anything under Authentication. By default, it suppose to have the to-do schema.

trim epoch
#

hey does the build settings -> amplify.yml have a backend phase that deploys the backend resource?

for example

version: 1
backend:
  phases:
    build:
      commands:
        - npm ci --cache .npm --prefer-offline
        - npx ampx pipeline-deploy --branch $AWS_BRANCH --app-id $AWS_APP_ID
spare ledge
#

I think that's what it was. I didn't have amplify yml file at all.

violet ruinBOT
#

✅ - after installing npm create amplify@latest and commit, I don't see the .json file to download.