Hi,
Our serverless.json contains many lambdas, and pruning them takes a lot of time. I saw in the code we are using BlueBird's mapSeries(), which runs sequentially.
Is there a reason to avoid parallelizing the deletion of the old version? Will a PR to change that be welcomed?
Hi,
Our
serverless.jsoncontains many lambdas, and pruning them takes a lot of time. I saw in the code we are using BlueBird'smapSeries(), which runs sequentially.Is there a reason to avoid parallelizing the deletion of the old version? Will a PR to change that be welcomed?