dynamodb_table_create
Defines and configures a new DynamoDB table by specifying attribute definitions, key schema, and table name using the AWS MCP Server.
Instructions
Create a new DynamoDB table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attribute_definitions | Yes | Attribute definitions for table creation | |
key_schema | Yes | Key schema for table creation | |
table_name | Yes | Name of the DynamoDB table |