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.