db.client.batchGetItem( {"RequestItems":{ "Cluster":{ "Keys":[ {"HashKeyElement" : {"key1":"value1"}}, {"HashKeyElement" : {"key2":"value2"}} ] } } }, function(err, result){ //handle error and result here });