git config lfs.url https://xxxxxxxx.execute-api.us-east-1.amazonaws.com/dev git lfs track "*.iso" git add .gitattributes git commit -m "Use serverless S3 LFS" git push
This is where (Amazon Simple Storage Service) comes in. By routing Git LFS to an S3 bucket, you can effectively get unlimited LFS storage for free (or nearly free) by leveraging AWS’s Free Tier.
Git LFS (Large File Storage) is the standard solution, but it comes with a cost. On GitHub, free LFS bandwidth and storage are limited (1 GB storage and 1 GB monthly bandwidth). Hit those limits, and your CI/CD pipeline fails.
Congratulations!
You are one step closer to a happy workplace.
We will be in touch shortly.