Hosting React Applications on S3

0

Customer is designing a serverless application where they plan to have a React based website on S3. At the backend the application makes API calls to API Gateway endpoint to read and write data into DynamoDB using Lambda functions.

Wanted to understand if the above architecture would work and if any customers have already implemented this. Also, are there any drawbacks with this design.

1 Respuesta
0
Respuesta aceptada

What you're describing is the exact architecture for how you should deploy that (use S3 for static content; use CloudFront; then API Gateway/DynamoDB for the dynamic part of the website).

https://aws.amazon.com/blogs/mobile/react-serverless-starter-application-with-one-click-aws-deployment-and-hosting/

It's a pretty big problem space though - and exact guidance is going to depend on a lot of things that customer is doing.

profile pictureAWS
EXPERTO
respondido hace 4 años
profile picture
EXPERTO
revisado hace un mes

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