How to query dynamodb where I have fetch records based on a list of key values? – Amazon web services
I have a dynamodb table on which a GSI is defined with a partition key and sort key. Let's say the parition key is name and sort key is ssn for the GSI. I have to fetch based upon a…