Skip to content

Commit

Permalink
fix(lambda): disable publish metrics in lambda due to bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 31, 2024
1 parent 52b9e3b commit d03caec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/artillery/lib/platform/aws-lambda/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ class PlatformLambda {
'is-builtin-module',
'try-require',
'walk-sync',
'esbuild-wasm'
'esbuild-wasm',
'artillery-plugin-publish-metrics'
],
{
cwd: a9cwd
Expand Down

0 comments on commit d03caec

Please sign in to comment.