How to Avoid Composite IDs in GraphQL with DynamoDB (feat. AppSync)
In this article, I will discuss a few tricks on how to optimize your GraphQL API for items that use composite keys in DynamoDB. It will work no matter the GraphQL server, but if you're using AppSync, you're in luck because I'll share a few (VTL) code...
benoitboure.com4 min read
Patrick Werz
Aws serverless iot
Hi Benoit, thanks for sharing. This trick (splitting up the Id) would still be possible without denormalizing the data, right?