How to relate two tables in amazon DynamoDb


I want to show contact for particular account(using open/close drawer) ,here I’m using model entity tables which are present in amazon DynamoDb here I don’t know how to link two tables in amazon DynamoDb .Please let me know

Hi Mubeena

You need to use a field on both tables that is common… we set up a UUID field - one holding a unique ID number and cross relate the two that way