Is it possible to do a conditional update of an item in dynamodb using the data model as you can with the document model? If there isn't a way to do a conditional update does the .Net SDK have a method to convert an object into an UpdateItemRequest object?
Take a look at the UpdateExistingAttributeConditionally method for an example of how to perform a conditional update on an item in DynamoDB using the .NET SDK data model. You can also set a ConditionExpression using the document model when using the midlevel sdk for .NET.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With