DynamoDB Hash Primary Key

The primary key is made of 1 attribute that is hashable. For example, ProductID.

DynamoDB will build an unordered hash index on this primary attribute.

Note: for unordered hash index, you can only make the query that's =. You can't make such query that like this give me all rows that has ProductID > x