if (opts.lastKey) {
        try {
          scanObject.ExclusiveStartKey = JSON.parse(opts.lastKey);
        } catch (err) {
          reject(err);