Hacker News new | ask | show | jobs
by hades32 583 days ago
Wouldn't that limit the concurrency of the lambdas to 1? Since they would hold a lock on the db file
1 comments

Well these are the details that many of us is interested.
This is super dependent on the application, and not something that I could answer without being an expert in SQLite. If SQLite only allows a single reader or writer, then yes. This could still be a good choice for applications which elect a “leader” to serve the database, though.