Amazon web services – How to do a dynamic search using multiple attributes in DynamoDB?
I have a user table with following attributes: FirstName LastName City CompanyName I want to query the table with any combination of these attributes and that too partial . For example: Input - Firstname- "bh" and lastname - "ta" Output…