DynamoDB MCP Server
by imankamyabi
create_table
Creates a new DynamoDB table with specified configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
partitionKey | Yes | Name of the partition key | |
partitionKeyType | Yes | Type of partition key (S=String, N=Number, B=Binary) | |
readCapacity | Yes | Provisioned read capacity units | |
sortKey | No | Name of the sort key (optional) | |
sortKeyType | No | Type of sort key (optional) | |
tableName | Yes | Name of the table to create | |
writeCapacity | Yes | Provisioned write capacity units |