constructor()

in src/proxysql.ts [65:69]


  constructor(scope: Construct, id: string) {
    super(scope, id);
    const stack = Stack.of(this);
    this.vpc = getOrCreateVpc(stack);
  }