epsagon / serverless-package-external

Add external folders to the deploy package 📦
https://epsagon.com/blog/how-to-package-external-code-in-aws-lambda-using-serverless-framework/
MIT License
55 stars 5 forks source link

improvements to symlinking #48

Open adminy opened 1 year ago

adminy commented 1 year ago

This was to address issue https://github.com/epsagon/serverless-package-external/issues/16

But this PR also adds more ways to configure your external packages with more granular control.

Could also potentially solve: https://github.com/serverless/serverless-python-requirements/issues/767 https://github.com/serverless/serverless-python-requirements/issues/265