Hacker News new | ask | show | jobs
by banana_bread 5065 days ago
CloudFront is pretty good, just make sure you are able to config your asset source in one line. Otherwise you have to use a tool to invalidate the cloudfront cache frequently during dev and it's not instant.
2 comments

Invalidation is for suckers. A fresh new URL is much safer.
Note that you can now configure CloudFront to take query strings into account when caching files. Tweaking the query string is basically instant, unlike waiting for the invalidation tool...