constructor()

in lib/stacks/workstation-stack.ts [18:22]


  constructor(scope: cdk.Construct, id: string, props: WorkstationStackProps) {
    super(scope, id, props);

    new WorkstationPattern(this, "workstation", props);
  }