rackerlabs / lambda-uploader

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

Use python specified as runtime in the virtualenv #156

Closed azatoth closed 6 years ago

azatoth commented 6 years ago

A issue has been that even if you specify python3.6 as runtime in lambda.json, it will use python2 for the virtualenv and thus install possibly incompatible libraries (psycopg2-binary for example) Closes: #142 Relates: #152

jarosser06 commented 6 years ago

Looks good thanks for the PR.

azatoth commented 6 years ago

@jarosser06 going to make a new release for this one?

jarosser06 commented 6 years ago

Yes. I’ll try and get it done today.