@karmaniverous/entity-client-dynamodb
    Preparing search index...

    Function resolveLayoutConfig

    • Build VersionedLayoutConfig from flags+config with dotenv expansion.

      Expansion policy:

      • Config strings are already interpolated by the host (do not re-expand).
      • Runtime flags are expanded once using get-dotenv's dotenvExpand / interpolateDeep.
      • Expansion reference is { ...process.env, ...ref } (ctx wins).

      Parameters

      • flags: {
            tablesPath?: string;
            tokens?: { entityManager?: string; table?: string; transform?: string };
        }

        CLI flags relevant to layout.

      • Optionalconfig: DynamodbPluginConfig

        Plugin config slice (already interpolated by host).

      • ref: EnvRef = process.env

        Env reference (typically ctx.dotenv).

      Returns VersionedLayoutConfig

      VersionedLayoutConfig for path/token resolution.