Open
Description
Hi,
The requirements folder that is created in the deploy directory is presumably no longer required once the package has been created i.e. after a run to sls package
as the contents are added to the zip. Is it possible to clear it up as at present my build server is bundling it into artefact and its quite large.
I read hear (https://serverless.com/blog/serverless-python-packaging/) that sls deploy
clears up the symlink folder but doesnt appear that sls package
does. Thoughts?
Many thanks, Ed