Concept Flow - Index projection types (ALL, KEYS_ONLY, INCLUDE)
Start: Query on GSI/LSI
Check Projection Type
ALL
Return all attributes
Result Set
When querying a secondary index, DynamoDB checks the projection type to decide which attributes to return: all attributes, only keys, or keys plus some included attributes.