feat: format

This commit is contained in:
Barrett Ruth 2025-05-22 16:12:05 -05:00
parent b0df7bebb0
commit da030f3dc1
30 changed files with 603 additions and 348 deletions

View file

@ -1,6 +1,6 @@
---
title: "from github pages to AWS"
date: "2024-06-15"
date: "15/06/2024"
---
## pages begone
@ -44,7 +44,7 @@ A user request can be modelled as follows:
4. CloudFront checks its edge caches for the requested content. If the content is stale or not cached, CloudFront fetches the content from S3. Otherwise, it uses the cached content from an edge server.
5. CloudFront returns the content to the user's browser.
![system design of my portfolio website](/public/posts/website-design.webp)
![system design of my portfolio website](/public/posts/from-github-pages-to-aws/website-design.webp)
## difficulties