How I deployed a static site with S3, CloudFront, and GitHub Actions (and every error I hit)
What I built
A fully automated deployment pipeline where every git push to main triggers a GitHub Actions workflow that syncs files to an S3 bucket and invalidates the CloudFront cache. The result: a
cyberwarbaby.hashnode.dev6 min read