Is it possible to use multiple sort values in aws sdk dynamodb batchGetItem using one query? My aim is to be able to query the result of multiple sort keys? Or how is an efficient way of doing such a query?
E.g
Partition key / Sort key
A 1
A 2
B 3
E.g input A and 1 and 2