Basic Operations in DynamoDB (DynamoDB Workshop Part 1 of 3)

preview_player
Показать описание
00:00:00 Introduction
00:01:26 Creating a table in DynamoDB
00:10:08 Loading items into DynamoDB
00:15:30 Reading items from DynamoDB
00:17:49 Preventing overwrites with Condition Expressions
00:21:48 Deleting a table in DynamoDB

This video covers basic operations in DynamoDB in a hands-on workshop. You will see how to create a table, write to & read from your table, and use condition expressions to avoid overwriting existing items.

Check out the other two lessons in this workshop:

Рекомендации по теме
Комментарии
Автор

9:50 is there any scenario when writing cloudformation script is actually better than deploy code using serverless framework since SLS is way easier and time efficient than cfn.

RahulAhire
Автор

Hi Alex, a quick question for you. I've been trying to wrap my head around DynamoDB data modelling desing for a few days now. I have a scenario where I have 3 related entites such as video stream, product group and product item. We have a 1 to 1 relationship between a stream and a product group and a 1 to many realationship between a product group and a product item. As you can tell it's still hard for me to think out of the relational box and this is the main reason why I want to use a NoSQL db for my project. My question is can these be achieved with the single-table design and if so what would be the best way to aproach it? All of your examples I found on-line take into consideration only a one-to-many scenario. Thank you, and all the best. David

davidhodowany
Автор

Can i use dynamodb item attribute type map, as a GSI sortKey value and filters like contains on it

Jo-wqgm