constructor()

in lib/amazon-qldb-rest-api-stack.ts [9:13]


  constructor(scope: Construct, id: string, props?: StackProps) {
    super(scope, id, props);

    new qldbRestApiService.AmazonQldbRestApiService(this, 'AmazonQldbKVS');
  }