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.

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
エキスパート
レビュー済み 2ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ