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

    Variable IDEMPOTENCY_TABLE_NAMEConst

    IDEMPOTENCY_TABLE_NAME: string = ...

    The shared idempotency table for this stack.

    A plain string, not an Outputcfx-dynamodb names it cfx-idempotency-{stack} ([dynamodb/pulumi/index.ts]) and getStack() is synchronous, so nothing here needs resolving. Every Lambda app used to learn this one string through its own StackReference + a cfx-dynamodb-stack config key in each stack config, while the ARN two lines below was interpolated from the same convention regardless.