[FeatureRequest] add CloudFront support
MaxmaxmaximusGitHub opened this issue · comments
Иван Вольнов commented
Please add AWS CloudFront support.
Motivation:
- AWS S3 is slow and for users assets (like avatars, uploaded video e.t.c.)
- AWS CloudFront is fast and for site UI assets, like icons and styles.
webpack should not and cannot handle users assets, but webpack just needs to process site UI assets, which CloudFront is for
Mika Kalathil commented
AWS cloudfront is fully supported, you can do cache invalidations already and S3 is just the storage while cloudfront is the CDN!