DynamoDB MCP Server
by imankamyabi
create_lsi
Creates a local secondary index on a table (must be done during table creation)
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 table | |
partitionKeyType | Yes | Type of partition key | |
projectionType | Yes | Type of projection | |
readCapacity | No | Provisioned read capacity units (optional, default: 5) | |
sortKey | Yes | Sort key for the index | |
sortKeyType | Yes | Type of sort key | |
tableName | Yes | Name of the table | |
writeCapacity | No | Provisioned write capacity units (optional, default: 5) |