As Generated by ChatGPT, with small edits added
| Attribute | Type | Example | Purpose |
|---|---|---|---|
| PK | String | ACCT#4459 |
Primary Key - Groups all items for an account |
| SK | String | BATCH#20251025A#TX#7781 |
Sort Key - Orders items inside account |
| Status | String | "Completed" |
GSI part 1 - For filtering or secondary index |
| CreatedAt | ISO 8601 | "2025-10-25T13:45:00Z" |
GSI part 2 - For time-range queries |