DynamoDB API

API |

Conditional writes

Support conditional write for PutItem, UpdateItem, DeleteItem

For example, you might want a PutItem operation to succeed only if there is not already an item with the same primary key.

Last updated