DynamoDB Sort Key
Introduction
In Amazon DynamoDB, a sort key, also known as a range key, is an optional component of a composite primary key. While a partition key determines the physical partition where data is stored, the sort key is used to order items within that...
cloudtuned.hashnode.dev2 min read