Q: Does DynamoDB support in-place atomic updates? Amazon DynamoDB supports fast in-place updates. You can increment or decrement a numericattribute in a row using a single API call. Similarly, you can atomically add or remove to sets, lists, ormaps. https://aws.amazon.com/dynamodb/faqs/