constructor()

in lib/base/construct-base.ts [5:7]


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