Skip to content

Commit

Permalink
fix(run-lambda): set platform to aws:lambda so info is in cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Aug 4, 2023
1 parent 007cad1 commit 919327f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/artillery/lib/cmds/run-lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class RunLambdaCommand extends Command {
flags['platform-opt'].push(`subnet-ids=${flags['subnet-ids']}`);
}

flags.platform = 'aws:lambda';

RunCommand.runCommandImplementation(flags, argv, args);
}
}
Expand Down

0 comments on commit 919327f

Please sign in to comment.