How to get data from 2 tables in single query from dynamodb – Amazon Web Sevices
I have 2 tables with a one-to-many relationship and want to fetch data with single query. Table structure: Employee PK : #Emp-PK SK : #Emp-SK Name : "Test" Table structure : Employee-projects PK: #Emp-PRO-PK SK: #Emp-PRO-SK EmpPKKey: #Emp-PK EmpSKKey: #Emp-SK…