Item Key & Attributes

Item in DynamoDB is like records in relational database. An array of items is referred to as an Item Collection. Each item has two type of attributes.

  • Key attributes are used for defining Primary Key
  • Non-key attributes are optional in an item