diff --git a/docs/notes.md b/docs/notes.md index afe3cee..d793ecc 100644 --- a/docs/notes.md +++ b/docs/notes.md @@ -24,6 +24,10 @@ Here are just a few notes I quickly need access from time to time. } ``` +### AWS - Static websites with CloudFront +* [Setup the website](https://aws.amazon.com/premiumsupport/knowledge-center/cloudfront-serve-static-website/) +* [Auto-resolve /folder/ -> /folder/index.html](https://aws.amazon.com/blogs/networking-and-content-delivery/implementing-default-directory-indexes-in-amazon-s3-backed-amazon-cloudfront-origins-using-cloudfront-functions/) + ### Bash * [Print arguments of a bash shell](http://www.linuxquestions.org/questions/programming-9/processing-command-args-in-bash-367563/) * [Bash Pitfalls](http://mywiki.wooledge.org/BashPitfalls)