Who needs a database when you have a bucket?
S3verless is a Python framework that treats AWS S3 as a database. Instead of managing database servers, connection pools, and complex infrastructure, you simply store your data as JSON objects in S3 buckets.
Define your data models with Pydantic, and S3verless automatically generates a complete REST API with CRUD operations, pagination, filtering, and even JWT authentication—all backed by S3's infinite scalability and rock-bottom pricing.
Perfect for MVPs, prototypes, side projects, and small-to-medium applications where you want to ship fast without the overhead of traditional database infrastructure.
Spoiler: S3 is infinitely scalable, ridiculously cheap, and requires zero maintenance. Your "real database" is not.
Store JSON objects in S3. Query them like a database. Your DBA is crying. You're laughing. Everyone's confused.
Define a Pydantic model. Get a full REST API. CRUD operations, pagination, filtering - all automatic. Magic? No, just questionable choices.
Users? Stored in S3. Sessions? S3. Tokens? You guessed it - S3. It's S3 all the way down.
Auto-generated admin panel for your S3 "database". Browse, edit, delete your JSON files like a professional.
Filter, sort, paginate your data! *We download everything and filter in Python. It's... fine. Probably.
S3 costs $0.023 per GB per month. Your entire database might cost less than a coffee. Your AWS bill will think there's a mistake.
"This feels wrong but I can't stop using it" - Probably you, soon
"I showed this to our DBA and they had to lie down."
Senior Developer Who Made Questionable Choices
"My infrastructure diagram is just a bucket now. My manager thinks I'm not working."
DevOps Engineer (Unemployed Soon)
"I went from 10 AWS services to 1. I don't know what to do with all this free time."
Full Stack Developer Living Her Best Life
*These are totally real and not made up. Trust us.
Join developers who are building MVPs and prototypes with S3verless. It's free, open source, and surprisingly practical.