create_lsi
Create a local secondary index during table creation in DynamoDB MCP Server. Specify index name, partition and sort keys, projection type, and capacity settings to enhance query performance and data access.
Instructions
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) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from DynamoDB MCP Server
Related Tools
- @imankamyabi/dynamodb-mcp-server
- @imankamyabi/dynamodb-mcp-server
- @imankamyabi/dynamodb-mcp-server
- @imankamyabi/dynamodb-mcp-server
- @rishikavikondala/mcp-server-aws