1

if there are "Groups" & "Users", each User might belong to different Group,

How can I design the database so that I can easily find

"The common groups the 2 users are both in?"

In SQL, I will do join table, but in DynamoDB, how should I do it?

Community
  • 1
  • 1
Rico Chan
  • 2,226
  • 2
  • 25
  • 32

1 Answers1

1

This is one way of doing it, as suggested by amazon, not nearly as easy as doing joins i sql. http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EMRforDynamoDB.html?tag=duckduckgo-d-20

khebbie
  • 2,490
  • 3
  • 31
  • 53