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
preguntada hace un año821 visualizaciones
1 Respuesta
1
Respuesta aceptada

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
respondido hace un año
profile picture
EXPERTO
revisado hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas