Develop & Deploy Serverless App Lesson 3 Serverless Framework: Indexes in DynamoDB
yt link
DynamoDB supports two indexes types:
Local secondary index (LSI):
Like an additional sort key
Allows to sort items by a different attribute
Added on the data in a table
Global secondary index (GSI)
Allows to define a new partition key for ...
philipdevblog.hashnode.dev1 min read