Insert, update and delete item from a nested collection property in DynamoDB
In this post, I’m going to show how to insert, update or delete a single item from a nested collection property in DynamoDB. Let’s say we have a document like this. One way (somewhat obvious?) to update, insert or delete a particular book from this document is to retrieve the whole document, mutate the data … [Read more…]