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
But I now get this error trying to run lambda as shown below. What is the path referring to in this output? Nothing in the output of artillery run --help mentioned anything about a path.
λ Creating AWS Lambda function...
- Bundling test data
C:\Users\17077\AppData\Roaming\npm\node_modules\artillery\node_modules\async\dist\async.js:222
throw error;
^
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at new NodeError (node:internal/errors:393:5)
at validateString (node:internal/validators:163:11)
at Object.resolve (node:path:171:9)
at C:\Users\17077\AppData\Roaming\npm\node_modules\artillery\lib\create-bom\create-bom.js:196:18
at Array.forEach (<anonymous>)
at resolvePayloadPaths (C:\Users\17077\AppData\Roaming\npm\node_modules\artillery\lib\create-bom\create-bom.js:194:21)
at getVariableDataFiles (C:\Users\17077\AppData\Roaming\npm\node_modules\artillery\lib\create-bom\create-bom.js:217:5)
at nextTask (C:\Users\17077\AppData\Roaming\npm\node_modules\artillery\node_modules\async\dist\async.js:5327:14)
at next (C:\Users\17077\AppData\Roaming\npm\node_modules\artillery\node_modules\async\dist\async.js:5334:9)
at C:\Users\17077\AppData\Roaming\npm\node_modules\artillery\node_modules\async\dist\async.js:972:16 {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v19.0.0
The text was updated successfully, but these errors were encountered:
This is a slight continuation of #1649 where I specified this command:
But I now get this error trying to run lambda as shown below. What is the
path
referring to in this output? Nothing in the output ofartillery run --help
mentioned anything about apath
.The text was updated successfully, but these errors were encountered: