const destDynamo = new AWS.DynamoDB.DocumentClient({
      region: flags.destinationRegion,
      apiVersion: DYNAMO_CLIENT_VERSION,
      credentials: flags.destinationProfile
        ? new AWS.SharedIniFileCredentials({ profile: flags.destinationProfile })