1. db.client.batchGetItem(
  2. {"RequestItems":{
  3. "Cluster":{
  4. "Keys":[
  5. {"HashKeyElement" : {"key1":"value1"}},
  6. {"HashKeyElement" : {"key2":"value2"}}
  7. ]
  8. }
  9. }
  10. }, function(err, result){ //handle error and result here });