DynamoDB MCP Server
by imankamyabi
create_gsi
Creates a global secondary index on a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
indexName | Yes | Name of the new index | |
nonKeyAttributes | No | Non-key attributes to project (optional) | |
partitionKey | Yes | Partition key for the index | |
partitionKeyType | Yes | Type of partition key | |
projectionType | Yes | Type of projection | |
readCapacity | Yes | Provisioned read capacity units | |
sortKey | No | Sort key for the index (optional) | |
sortKeyType | No | Type of sort key (optional) | |
tableName | Yes | Name of the table | |
writeCapacity | Yes | Provisioned write capacity units |