I’m hosting this blog on AWS S3 and Cloudfront. One disadvantage with S3 is that it doesn’t have a simple way of creating redirects — like Netlify, Firebase, or even Nginx.
But there is way; using the AWS CLI, put-object, and the x-amz-website-redirect-location
metadata.
Here’s how 👇