beforeyoubid / serverless-step-functions-offline

Emulate step functions locally when developing your Serverless project
MIT License
1 stars 2 forks source link

Add support for Concurrency #15

Open alice-byb opened 3 years ago

alice-byb commented 3 years ago

Parallel inherently works by way of concurrency and Map can also work with concurrency via MaxConcurrency. This plugin doesn't support real concurrency, previously blocked by support for proper context management but now that it's fixed we can implement concurrency