AWS MCP Server

dynamodb_table_update

Update a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
attribute_definitionsYesUpdated attribute definitions
table_nameYesName of the DynamoDB table

Input Schema (JSON Schema)

{ "properties": { "attribute_definitions": { "description": "Updated attribute definitions", "type": "array" }, "table_name": { "description": "Name of the DynamoDB table", "type": "string" } }, "required": [ "table_name", "attribute_definitions" ], "type": "object" }