This is a Django database backend designed for running SQLite on AWS Lambda using Amazon EFS. It mitigates the risk of database corruption from concurrent writes in environments where SQLite’s native file locking is unreliable, such as EFS. This backend implements a distributed locking mechanism with Amazon DynamoDB, ensuring safe database access even when multiple Lambda instances are active.