ExtendDB: An open source DynamoDB-compatible adapter with pluggable storage
AWS has open-sourced ExtendDB, a DynamoDB-compatible adapter that allows developers to use different storage backends (like PostgreSQL, MySQL, SQLite) while keeping the same DynamoDB API. This enables local development, multi-cloud deployments, and cost optimization without changing application code.