const sourceDynamo = new AWS.DynamoDB.DocumentClient({
      region: flags.sourceRegion,
      apiVersion: DYNAMO_CLIENT_VERSION,
      credentials: flags.sourceProfile
        ? new AWS.SharedIniFileCredentials({ profile: flags.sourceProfile })