Concept Flow - Creating GSI
Define GSI attributes
Specify GSI key schema
Add GSI to table creation or update
DynamoDB creates GSI asynchronously
GSI becomes ACTIVE
Use GSI in queries
END
Creating a Global Secondary Index (GSI) involves defining its attributes and key schema, adding it to the table, waiting for it to become active, then using it for queries.