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
TLDR: allow for concurrent handling of invocations
I'm running the lambdas locally using cargo lambda watch
I would like to specify something like cargo lambda watch --concurency 10 to have 10 processes spawned that can handle the lambdas when invoked.