March 6, 2025
AWS S3 Sync with CloudFront Invalidation
Problem: I have a personal static web app that I need to sync to my AWS S3 bucket and then invalidate the index.html on CloudFront (CDN).
Solution: local bash script that does just that.
...
Read more