We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129c69a commit fedb959Copy full SHA for fedb959
packages/artillery/lib/platform/aws-lambda/dependencies.js
@@ -66,7 +66,7 @@ const createAndUploadLambdaZip = async (
66
) => {
67
const dirname = temp.mkdirSync(); // TODO: May want a way to override this by the user
68
const zipfile = temp.path({ suffix: '.zip' });
69
- console.log({ dirname, zipfile });
+ debug({ dirname, zipfile });
70
71
artillery.log('- Bundling test data');
72
const bom = await _createLambdaBom(absoluteScriptPath, absoluteConfigPath);
0 commit comments