Item Best Practices
Understand the art behind creating items.
We'll cover the following...
Size limit
We can’t have an item bigger than 400 KB in a DynamoDB table. However, we can have as many items as we want in a table.
Attribute names
Attribute names like Book_id
are stored within attributes and are therefore counted towards an item’s size. Therefore, we should use short, intuitive ...