Deploy a React application on AWS with CloudFront and S3
Web applications built with React are commonly hosted and served as static files, so if you are building a Single Page Application and you want to host it on AWS you can use the combination of CloudFront and S3.
Introduction
Cloudfront is a Content D...
alessandromarinoac.com5 min read
Ignacio Mattos
React Dev
Awesome tutorial! It was very accurate and I could follow it straightforwardly. However, I am having an issue regarding access
I receive the AccessDenied error at every route of my app (not only the root). I could not solve it by setting up the CloudFront error pages.
To give some context, CloudFront is reporting every request with an
allowedtag but S3 is not receiving any of them.Any idea of what could it be? Thx!