it('Should find rows with filter(range_key < 3)', function(done){
      npd().table('complex_table')
      .where('hash_key', 'key1')
      .filter('range_key', '<', 3)
      .then(function(data){