constructor()

in src/launcher.ts [18:22]


  constructor(private readonly _options: DeviceFarmConfig) {
    // DeviceFarm is only available in us-west-2
    // https://docs.aws.amazon.com/general/latest/gr/devicefarm.html
    this.devicefarm = new DeviceFarm({ region: "us-west-2" });
  }