resolveTokenPath
resolveTokenPath(
registry,tokenPath):string
Defined in: packages/core/src/registry/token-resolver.ts:42
Resolve a single token path against the registry.
Algorithm: try progressively shorter resource key prefixes until a match is found. E.g. for “dynamodb.urlTable.tableName”:
- Try resource key “dynamodb.urlTable.tableName” → not found
- Try resource key “dynamodb.urlTable” → found! attr path = “tableName”
Parameters
Section titled “Parameters”registry
Section titled “registry”tokenPath
Section titled “tokenPath”string
Returns
Section titled “Returns”string
© 2026 Axis Tech. Powered by axis-tech.co.