Leave a Reply 5

Your email address will not be published. Required fields are marked *


JM

JM

C is correct.

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

mr_tienvu

mr_tienvu

Correct answer is C

Ganesh Ghube

Ganesh Ghube

Answer is = C

Q: Does DynamoDB support in-place atomic updates?

Amazon DynamoDB supports fast in-place updates. You can increment or decrement a numeric attribute in a row using a single API call. Similarly, you can atomically add or remove to sets, lists, or maps. View our documentation for more information on atomic updates.