Inserting items and modifying attributes and nested attributes with update in DynamoDB

InstructorChris Biscardi

Share this video with your friends

Send Tweet

The update function works differently than put does. Whereas put will insert-or-overwrite, update will update-or-insert. We cover what you can do with an UpdateExpression, which turns out to be a lot.