No More AWS Keys: GitHub Actions CI/CD That Actually Works for React on S3
Dragging files to AWS S3? That's amateur hour. Here's a GitHub Actions setup that automates React CI/CD to S3 and CloudFront—without touching a single access key.
theAIcatchupApr 10, 20263 min read
⚡ Key Takeaways
Ditch AWS access keys forever with OIDC and GitHub Actions.𝕏
Use --delete on s3 sync to avoid bucket bloat from old builds.𝕏