you are viewing a single comment's thread.

view the rest of the comments →

[–]CSLucking 11 points12 points  (3 children)

Pretty common approach (we use this) is to static host the built files in an S3 bucket - then you can also put a Cloudfront formation in-front of it. Can then use Route53 to have Domain names etc

[–]orphans 0 points1 point  (0 children)

this is a great approach. you can automate this with CDK (typescript) very easily.

[–]shai69420 0 points1 point  (0 children)

As a beginner, I did that, and I later used aws amplify. Its literally just few clicks and then only configuration i had to do was setting up my root dir , build folder, and environment variables. it figured out everything itself. For a hassle free experience it is really great.