DEV Community

Discussion on: Deploy React app to S3 & Cloudfront

Collapse
 
grendeldmk profile image
Dawid Krysiak

Hi Jack
Please find a proper solution for this:

itisoktoask.me/cloudfront-redirect...

I had the same issue (with that very page :)) - the source of the issue explained in the blogpost (tl;dr: redirect to index.html is done by default by any web server. but neither s3 or cloudfront ARE web servers :)) My solution uses official AWS solution (CloudFront function) but my post actually explains the steps :)) I committed this tutorial to the official repo, but still waiting for review (probably indefinitely, doesn't look like AWS is bothered to monitor their repos).

I hope the tutorial helps

Grendel