hatch-sh / hatch

🐣 Easy deployment of static websites to Amazon Web Services
https://hatch.sh
5 stars 0 forks source link

Add support for CDN (CloudFront) #2

Open mads-hartmann opened 7 years ago

mads-hartmann commented 7 years ago

Currently hatch website deploy abc will create an S3 website bucket for the website. In order to add support for CDN we need to create a CloudFront distribution as well.

mads-hartmann commented 7 years ago

This ticket describes what to do about caching https://github.com/hatch-sh/hatch/issues/31

mads-hartmann commented 7 years ago

We have to check if the current CDN implementation follows the following rules that I discovered when tweaking the setup for hatch.sh