You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider Cloudflare and/or Cloudfront in front of the S3 bucket hosting the JSON objects.
S3's native webserver is pretty basic (HTTP 1.1 only, no caching, limited control of headers). Not likely an issue at this stage, but with scale S3 GET costs increase quickly.
Probably warrants a separate ticket, but this could also host the entire Vue portion of the site with only any (future) API bits needing to run on actual compute hardware.
The text was updated successfully, but these errors were encountered:
Oh yeah, it would be nice to serve the site from s3 with a CDN. I think I have a branch for that, although I could be thinking of another one of my projects. Good idea
Consider Cloudflare and/or Cloudfront in front of the S3 bucket hosting the JSON objects.
S3's native webserver is pretty basic (HTTP 1.1 only, no caching, limited control of headers). Not likely an issue at this stage, but with scale S3 GET costs increase quickly.
Probably warrants a separate ticket, but this could also host the entire Vue portion of the site with only any (future) API bits needing to run on actual compute hardware.
The text was updated successfully, but these errors were encountered: