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

    The cfx-db outputs this helper can emit. Structural, not a re-export of the producing stack's shape — a caller spreads whatever it read off organization/cfx-db/<stack> and the field names have to match.

    interface ServiceDbInputs {
        auroraDatabaseName: Output<string>;
        auroraProxyDefaultEndpoint: Output<string>;
        auroraProxyReaderEndpoint: Output<string>;
    }
    Index
    auroraDatabaseName: Output<string>
    auroraProxyDefaultEndpoint: Output<string>

    RDS Proxy endpoint — the only address a workload should connect to.

    auroraProxyReaderEndpoint: Output<string>

    The proxy's READ_ONLY endpoint, which multiplexes onto the Aurora reader. Same proxy, same SG, same rds-db:connect resource id — only the host differs. For workloads that explicitly opt read paths onto the replica.