1 Answers
I believe this is talking about using GSIs to perform write sharding.
Basically, designing the GSI so you can write to multiple partitions to resolve write contention on a "hot partition".
You can read more here…
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-indexes-gsi-sharding.html
https://www.dynamodbguide.com/leaderboard-write-sharding/
There also an excellent DynamoDB class here on ACG that really solidified my DynamoDB knowledge and helped me design and implement it into several solutions.