Process Flow - Secondary indexes (GSI, LSI)
Create Main Table with Primary Key and LSI
Add Global Secondary Index (GSI)
Write Data to Table
Data Automatically Indexed in LSI and GSI
Query Using Primary Key or Secondary Index
This flow shows creating a main table with LSI, adding GSI, writing data, and querying using these indexes.