Is updating a set in dynamodb thread safe? – Amazon Web Sevices
I am creating/updating a set in dynamodb with multiple threads. This is the code I am using # sends a request to add or update def update(key, value_to_be_added_to_set): # creates a key and add value to the mySet column if…