Amazon web services – Query dynamoDB based on HASH key only efficiently and cost effectively
I have a dynamoDB table with a HASH key and a SORT key. **Now I have a situation where I need to get table contents based on the HASH key only and it will return an array of items. **…