You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% llrt reproduction.js
ReferenceError: Error resolving module '@aws-lambda-powertools/commons/typeutils' from '/Users/shinya/Workspaces/llrt-test/node_modules/@aws-lambda-powertools/jmespath/lib/cjs/TreeInterpreter.js'
at <anonymous> (__cjs:/Users/shinya/Workspaces/llrt-test/node_modules/@aws-lambda-powertools/jmespath/lib/cjs/TreeInterpreter.js:4:21)
at <anonymous> (__cjs:/Users/shinya/Workspaces/llrt-test/node_modules/@aws-lambda-powertools/jmespath/lib/cjs/ParsedResult.js:4:30)
at <anonymous> (__cjs:/Users/shinya/Workspaces/llrt-test/node_modules/@aws-lambda-powertools/jmespath/lib/cjs/Parser.js:6:27)
at <anonymous> (__cjs:/Users/shinya/Workspaces/llrt-test/node_modules/@aws-lambda-powertools/jmespath/lib/cjs/search.js:4:21)
at <anonymous> (__cjs:/Users/shinya/Workspaces/llrt-test/node_modules/@aws-lambda-powertools/jmespath/./lib/cjs/index.js:4:19)
at <anonymous> (/Users/shinya/Workspaces/llrt-test/reproduction.js:1:10)
% bun reproduction.js
{
__esModule: true,
search: [Getter],
JMESPathError: [Getter],
LexerError: [Getter],
ParseError: [Getter],
IncompleteExpressionError: [Getter],
ArityError: [Getter],
VariadicArityError: [Getter],
JMESPathTypeError: [Getter],
EmptyExpressionError: [Getter],
UnknownFunctionError: [Getter],
}
The cause has already been identified: this happens because the name and scope are separated by the first '/', I think they should be separated by the last '/'.
NOTE: The fix is already ready, but it will take some time to create the test code. :)
The text was updated successfully, but these errors were encountered:
% llrt reproduction.js
ReferenceError: Error resolving module '@aws-lambda-powertools/commons/utils/base64' from '/Users/shinya/Workspaces/llrt-test/node_modules/@aws-lambda-powertools/jmespath/lib/cjs/PowertoolsFunctions.js'
at <anonymous> (__cjs:/Users/shinya/Workspaces/llrt-test/node_modules/@aws-lambda-powertools/jmespath/./lib/cjs/PowertoolsFunctions.js:11:18)
at <anonymous> (__cjs:/Users/shinya/Workspaces/llrt-test/node_modules/@aws-lambda-powertools/idempotency/lib/cjs/IdempotencyConfig.js:4:21)
at <anonymous> (__cjs:/Users/shinya/Workspaces/llrt-test/node_modules/@aws-lambda-powertools/idempotency/./lib/cjs/index.js:14:30)
at <anonymous> (/Users/shinya/Workspaces/llrt-test/reproduction.js:1:10)
nabetti1720
changed the title
Unable to load packages expressed through multiple paths
Unable to load packages expressed through multiple "/"
Jan 6, 2025
The following packages cannot be loaded:
The cause has already been identified: this happens because the name and scope are separated by the first '/', I think they should be separated by the last '/'.
NOTE: The fix is already ready, but it will take some time to create the test code. :)
The text was updated successfully, but these errors were encountered: