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回答
0
承認された回答

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
エキスパート
回答済み 4年前
profile picture
エキスパート
レビュー済み 1ヶ月前

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

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

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

関連するコンテンツ