@cfxlabsinc/b2b-services
    Preparing search index...

    Variable CUSTOMER_EVENTS_TOPIC_NAMEConst

    CUSTOMER_EVENTS_TOPIC_NAME: string = ...

    Physical name of the public event bus topic for a stack.

    packages/events/pulumi declares the topic with this same builder, so the name has exactly one definition. It used to be typed out twice — once as the topic's name: and once inside the ARN below — and two literals that agree only by coincidence deploy green on both sides while failing at runtime with AccessDenied on publish. Pulumi CD diffs against the checkpoint rather than refreshing, so that divergence would not self-heal.