S3SQLite – A Serverless Relational Database
It’s a thin wrapper around the normal Django SQLite database engine, but it automatically syncs the DB file with S3.
Obviously, this will cause problems for high-write applications, but for high-read applications without concurrent writes, it scales very well, it’s trivial to set up, and it’s orders of magnitudes cheaper that AWS RDS.