constructor()

in cdk/lib/partners/other.ts [13:16]


    constructor(scope: Construct, id: string, sourceBucket: s3.Bucket) {
        super(scope, id);
        this.workflowDefinition = this.createWorkflow();
    }