ddb_design_table
Design a DynamoDB table schema by specifying partition key, optional sort key, and billing mode to configure capacity settings.
Instructions
Design a DynamoDB table schema with partition key, sort key, and capacity settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| sort_key | No | Sort key attribute name | |
| table_name | Yes | DynamoDB table name | |
| billing_mode | Yes | Billing mode | |
| partition_key | Yes | Partition key attribute name |