update_capacity
Adjust the read and write capacity units for a DynamoDB table through the DynamoDB MCP Server to optimize performance and resource allocation without risking accidental data loss.
Instructions
Updates the provisioned capacity of a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
readCapacity | Yes | New read capacity units | |
tableName | Yes | Name of the table | |
writeCapacity | Yes | New write capacity units |