Method BatchGetItemRequest(Map requestItems) does not allow to add any Keys or Range conditions. Without range key, BatchGetItemRequest fails. How do I specify range key condition with comparison operators?
Get requests (GetItem/BatchGetItem) doesn't support any conditions whatsoever.
When you ask to get an item, you're required to know exactly what you want (supply it's full primary key)
If you wish to have conditions (search) - you should check Scan (full table) or Query (supply hash, search for ranges)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With