You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: