@chrismunns Are there any open source or demo apps doing relational modeling in dynamo as described here https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-relational-modeling.html …. I am trying to grok all the ideas and a real working example would be helpful
I've previously done graph data modeling in dynamo using an edges table and a nodes table. This setup in the docs has it all in one. Which is really neat! I wanna understand it and potential limitations better