Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Releases: NoRedInk/make-lambda-package

v1.1.0

Choose a tag to compare

@ento ento released this 04 Nov 23:50

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

Choose a tag to compare

@ento ento released this 25 Jan 03:46

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

Choose a tag to compare

@ento ento released this 26 Jul 01:42

Fixed compatibility with pip >= 10.x.

v1.0.1

Choose a tag to compare

@ento ento released this 15 Nov 11:29
  • Fixed #2: Script was broken when --requirements-file was not given