Y
Hacker News
new
|
ask
|
show
|
jobs
by
eightnoteight
660 days ago
most of the current systems that need a reliable managed service for distributed locking use dynamodb, are there any scenarios where s3 is preferrable than dynamodb for implementing such distributed locking?
1 comments
JackSlateur
659 days ago
Using only s3 would be simpler, less setup, less code, also less expensive
link