Updating nested object value in DynamoDB
In my recent project, I needed to update a single value in a nested object for a document on DynamoDB. In other projects, I would update the nested object property and then Save the whole document using SaveAsync from IDynamoDBContext. However, in this project, it needs to update the document from another microservice and I … [Read more…]