django-s3-sqlite
django-s3-sqlite copied to clipboard
Use DynamoDB-backed mutex to prevent write race condition
Just an idea I had, you could use DynamoDB as a mutex lock to prevent concurrent write operations from overwriting each other. This might be useful for some who are worried about that.
Here's an example of how the mutex might be implemented https://blog.revolve.team/2020/09/08/implement-mutex-with-dynamodb/