lumigo-io / lumigo-CLI

Open source CLI tool to help you develop and manage serverless applications.
https://lumigo.io
Apache License 2.0
331 stars 21 forks source link

how to enable parallel invocation for power tuning the Lambda function, which input should be passed to the command #103

Open bhagi-dev opened 4 years ago

bhagi-dev commented 4 years ago

Returns only function name because of timeout error, please let me know how to enable parallel invocation

theburningmonk commented 3 years ago

@bhagi-dev you can enable parallel invocation now with the --parallelInvocation flag, but it doesn't fix the behaviour that when it errors you just get the function name back, that's how the lambda powertuning state machine behaves currently.