Skip to content

Releases: NoRedInk/make-lambda-package

v1.1.0

04 Nov 23:50
Compare
Choose a tag to compare

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

25 Jan 03:46
Compare
Choose a tag to compare

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

26 Jul 01:42
Compare
Choose a tag to compare

Fixed compatibility with pip >= 10.x.

v1.0.1

15 Nov 11:29
Compare
Choose a tag to compare
  • Fixed #2: Script was broken when --requirements-file was not given