private constructor()

in collab/src/lib/aws.ts [11:18]


  private constructor() {
    this.client = new SecretsManagerClient({
      region: AWS_REGION,
      credentials: fromNodeProviderChain({
        profile: LOCAL_PROFILE,
      })
    });
  }