rackerlabs / lambda-uploader

Helps package and upload Python lambda functions to AWS
Apache License 2.0
270 stars 56 forks source link

Add support for Python3 Virtualenvironments #145

Closed jarosser06 closed 7 years ago

jarosser06 commented 7 years ago

This does not currently support Python3 when lambda-uploader is controlling the virtualenv but if a virtualenv is provided the lambda-uploader can now pull dependencies out of it for all versions of Python.

jarosser06 commented 7 years ago

Partial Solution for #145

jarosser06 commented 7 years ago

For now I think we can leave it as is since it has never failed out if those directories didn't exist. It may end up being helpful from a user point of view in the future to have it but no one has reported it as an issue thus far.