Releases: NoRedInk/make-lambda-package
Releases · NoRedInk/make-lambda-package
v1.1.0
New
--runtime [python2.7, python3.6, python3.7]
flag for specifying the intended runtime of the Lambda function that the built code will be run in. Default is python2.7
, which is what the previous versions were assuming.
v1.0.3
Bugfixes
- Fixed support for specifying a sha in the URL of a git repository. e.g.
https://github.com/user/repo.git#f1e2d3
v1.0.2
Fixed compatibility with pip >= 10.x.
v1.0.1
- Fixed #2: Script was broken when
--requirements-file
was not given