ddb_generate_gsi
Generate DynamoDB Global Secondary Index configurations for alternate query patterns by specifying keys and projection type.
Instructions
Generate Global Secondary Index configurations for alternate query patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| sort_key | No | GSI sort key attribute | |
| index_name | Yes | GSI name | |
| projection | Yes | Projection type | |
| table_name | Yes | DynamoDB table name | |
| partition_key | Yes | GSI partition key attribute |