serverless-python-requirements
serverless-python-requirements copied to clipboard
Vendor option supports common code inclusion when packaging individually
Vendor option can now be used for common code inclusion when lambdas are being packaged individually. This prevents the step of copying vendor from being skipped because of caching. Enabling normal development workflow.
This will help with the following ticket where developers are already using the vendor option for common code inclusion but need to disable caching: https://github.com/serverless/serverless-python-requirements/issues/435
@medikoo I saw that your reviewed another PR. Think you could take a look at this one? I'm curious your thoughts.
Hey @nexeh - it's been a long time since this PR was proposed. I'm going to close it, if you feel like the issue is valid, please open a new issue or a new PR against the latest main branch. Thanks 🙇