Amplify hosting (nextjs SSR) : where does the server code run?

0

When using Amplify hosting for nextJS with server side rendering, where does the server code run?

I know that it's serverless system, but it is not obvious to me where does the code run.

And unlike Amplify backend, I have not seen any resources created in my account for the hosting. Any documentation will be greatly appreciated.

profile picture
已提问 1 年前810 查看次数
1 回答
1
已接受的回答

AWS Amplify Hosting is a fully managed CI/CD and hosting service, so you won't see the underlying compute resources created for hosting as they are automatically managed by the hosting service. Compare to other serverless compute services like Lambda.

https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html

This AWS Tech Talk on Amplify Hosting SSR covers it well, and describes the hosting as a "web compute platform":

https://www.youtube.com/watch?v=SMrYo55_QhU

profile picture
已回答 1 年前
profile picture
专家
已审核 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则