From bfd296a73fbeaf80c5519623b68ed8a66af4db11 Mon Sep 17 00:00:00 2001
From: Sacha Ligthert <sacha@ligthert.net>
Date: Tue, 18 Oct 2022 19:47:38 +0200
Subject: [PATCH] Add some AWS Static website notes

---
 docs/notes.md | 4 ++++
 1 file changed, 4 insertions(+)

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)