S3 Files Killed My Least Favorite Lambda Pattern
Every Lambda function I have written that touches S3 has the same three lines of plumbing: s3 . download_file ( bucket , key , " /tmp/input.csv " ) pr…
Tech news from the best sources
Every Lambda function I have written that touches S3 has the same three lines of plumbing: s3 . download_file ( bucket , key , " /tmp/input.csv " ) pr…
I recently published the first stable version of BentoS3 , a lightweight S3-compatible server for local development, automated tests, and CI environme…
Precision Canary Deployments for Static Content: Beyond the "Big Bang" Release Big frontend migrations rarely fail because of one obvious bug. They fa…
A typical production S3 bucket at 18 months old has accumulated objects across every feature that ever ran. The initial uploads from your onboarding p…
If you've been building with Supabase, you know their Storage API is fantastic for web apps. But sometimes, you just need your files on your local mac…