Hacker News new | ask | show | jobs
by dkordik 3489 days ago
Interesting... looks like something we might want to use to do URL rewriting for an S3-hosted SPA test environment, so that deep links resolve to the base of the SPA without having to use a more "dynamic" host like an EC2 instance running nginx. [edit] ah, nevermind, you have to be using CloudFront too.
1 comments

This so much! Cloudfront/lambda/s3 combo is missing this piece for which you have to use unnecessarily complex api gateway or ec2 varnish/nginx setup. Thanks Jeff!