Martin
Martin
I have the same issue. It is taking more than 30 minutes to deploy.
I am using serverless-mocha-plugin alongside aws-sdk-mocked and serverless-offline to create integration tests. In one of the integration tests, mocha calls Lambda "A", that Lambda retrieves object from S3, which is...
It turns out that this change would cause issues on linux. I will investigate further.
@AshanFernando by using detached:true instead of shell:true the fix should work on all platforms now.