aws-amplify / amplify-backend

Home to all tools related to Amplify's code-first DX (Gen 2) for building fullstack apps on AWS
Apache License 2.0
166 stars 55 forks source link

Can't see any created resources; Stack does not exist. #2037

Open sshvaiko opened 1 week ago

sshvaiko commented 1 week ago

Environment information

n/a

Describe the bug

Hello! I deployed two simple NextJS project on Amplify using this manual. Both projects are up and running, but for some reason I can't see any creates resources, such as Lambda functions. When I go to my deployment, "Deployed backend resources" I see nothing and when I click Download amplify_outputs.json I see this error: Stack does not exist.

I googled, it looks like something is wrong with region and I can't figure out how to fix that.

Reproduction steps

1) Deploy NextJS project 2) Click "Deployed backend resources"

Jay2113 commented 5 days ago

Hi @sshvaiko 👋 , thanks for raising this! The manual that you have linked to outlines steps for deploying a Next.js SSR frontend application and since Amplify Hosting manages the resources required to deploy the app those resources aren't visible in the console under the Deployed backend resources section.

The Deployed backend resources section will only list the backend resources for the app that are created in your AWS account. Additionally, you can learn more about the amplify_outputs file here: https://docs.amplify.aws/react/reference/amplify_outputs/.

sshvaiko commented 5 days ago

Hi @Jay2113, thanks for your answer! But how the app is deployed in the end? What AWS services are used to deploy API routers, front-end? For example, I can't see any new Cloud Formation stack or Lambda functions.