Hacker News new | ask | show | jobs
by johne20 1805 days ago
We have ran with s3 origin and a CDN for our static files for years. It has been super solid, almost zero downtime.

One thing that has become an issue, is s3 doesn't let add custom headers, eg. CSP, CORP etc.

We are considering firebase hosting or our own origins behind a CDN for more control over headers. Anyone have any other suggestions?

2 comments

I'd suggest GCS+Cloud CDN or S3+CloudFront.

I've been running several sites off Firebase Hosting the last 4 years and have seen surprisingly high downtime, cache clearing errors, and unexplained 502 errors from Firebase Hosting.

Cloudfront with a lambda setup can add all the custom headers you want.