You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One small suggestion, in some cases when creating a lambda layer, we may not want pull in dependencies when we pip install because we could be pulling them from another layer.
Nice work on this - looks very helpful!
One small suggestion, in some cases when creating a lambda layer, we may not want pull in dependencies when we
pip installbecause we could be pulling them from another layer.Example case in this blog post re
numpy: https://medium.com/@qtangs/creating-new-aws-lambda-layer-for-python-pandas-library-348b126e9f3eSo I think an additional flag that is passed down to
_make.shto then invoke--no-depson thepip installwould be beneficial.