update_gsi
Modifies the read and write capacity of a global secondary index in DynamoDB, enabling precise scaling for specific indexes within a table using the DynamoDB MCP Server.
Instructions
Updates the provisioned capacity of a global secondary index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
indexName | Yes | Name of the index to update | |
readCapacity | Yes | New read capacity units | |
tableName | Yes | Name of the table | |
writeCapacity | Yes | New write capacity units |