Difficulty: Advanced
What is a Global Secondary Index (GSI) in DynamoDB?
An index with a partition key and sort key that can be different from those on the base table, allowing you to query the same data in multiple ways.
DynamoDB, GSI, LSI
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.