Skip to content

DynamoDB Indexes (GSI + LSI) - Hands OnΒΆ

When creating a new table, we can define secondary indexes.

When creating a global secondary index, we can customize the capacity as well.

When using Query, we can choose to query either a table or the index.