[SOLVED] Deploy react front to AWS s3

Hi, I followed a tutorial: https://www.youtube.com/watch?v=l2qTyc-V9cM

Backend was deployed in heroku, mongodb and redis.

Frontend is TSX and the index.html is in public folder. Is it possible to deploy it in AWS S3 bucket for this kind of frontend?

Thank you!

I don’t know if you can deploy it directly only in and S3 bucket, somehow it has to be accessible on a website

the S3 bucket is going to be routed to a domain in route53

It could depend on how complex is your react application, if it handles routes or not as expected in the website, as in when going from one url to another url in the same website

This is a question more specific to react and aws

Like I mentioned, I followed this tutorial. I’m worried if the frontend side is deployable to was s3 bucket

You can deploy it anywhere where a react application can be deployed