Add some AWS Static website notes

This commit is contained in:
Sacha Ligthert 2022-10-18 19:47:38 +02:00
parent 73466b417f
commit bfd296a73f

View File

@ -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)