Concept Flow - Global Secondary Index (GSI) concept
Create Table with Primary Key
Add Global Secondary Index (GSI)
Write Data to Table
Data Stored in Table and GSI
Query Table using Primary Key
Return Matching Items
This flow shows how a DynamoDB table with a Global Secondary Index stores data and allows queries on both the primary key and the GSI key.