Interface CpEventSourceProps

CloudKitect Event Sourcing Pattern Properties

interface CpEventSourceProps {
    cpDomainLogicLayer: LambdaPowertoolsLayer;
    cpDomainName: string;
    cpEventBus?: CcEventBus;
    cpEventPattern?: any;
}

Properties

cpDomainLogicLayer: LambdaPowertoolsLayer
cpDomainName: string
cpEventBus?: CcEventBus
cpEventPattern?: any

Generated using TypeDoc