How to Handle Many to Many relations in AppSync
In this post, I will teach you how you can handle many-to-many relations with AWS AppSync, how to avoid denormalization and still avoid the n+1 problem.
TL;DR; Use a Pipeline resolver to first fetch the relations followed by a BatchGetItem operation...
benoitboure.com6 min read
Phillip Ninan
Senior Software Engineer
Great read Benoît!