constructor()

in lib/base/base-stack.ts [33:39]


    constructor(scope: cdk.Construct, id: string, commonProps: StackCommonProps, stackConfig: any) {
        super(scope, id, commonProps);

        this.projectPrefix = commonProps.projectPrefix;
        this.commonProps = commonProps;
        this.stackConfig = stackConfig;
    }