serverless-python-requirements icon indicating copy to clipboard operation
serverless-python-requirements copied to clipboard

Add option for copying dependencies instead of creating a link

Open Psycholive opened this issue 2 years ago • 1 comments

I have a case where a windows folder containing sources is mounted in a linux VM and therefore symlinks cannot be created in .serverless folder.

This PR add a new option to copy dependencies in .serverless folder instead of creating a symlink. It is less beautiful and quick but it is the only option I see in my case.

It is possible to include this option in next release?

Psycholive avatar Mar 07 '22 16:03 Psycholive

Hey @Psycholive - sorry for not responding for a long time. Do you still have time to finalize this PR?

pgrzesik avatar Sep 27 '22 18:09 pgrzesik