dynamodb-adjacency-list-many-to-many

Status: IN

The adjacency list pattern is DynamoDB's recommended approach for modeling many-to-many relationships: partition key holds entity IDs, sort key holds related entity IDs, and a GSI on the sort key enables reverse lookups.

Source: entries/2026/03/11/amazondynamodb-latest-developerguide-bp-adjacency-graphshtml.md

JSON