Skip to content

Releases: aws/aws-lambda-builders

v0.0.3 - Build Python3.7 functions

28 Nov 03:24
140fd87
Compare
Choose a tag to compare

You can now build AWS Lambda functions written using Python 3.7 language and PIP dependency manager.

Changelog

  • fix: helpful error messages when runtime mismatch for build #37
  • fix: Adding wheel dependency for python_pip packager #34
  • fix: Adding debug logging to python_pip builder #33
  • feat: Python 37 support #32

v0.0.2 - Build Python Lambda functions

27 Nov 00:17
Compare
Choose a tag to compare

This is the first release of the AWS Lambda Builders library. It supports building Python Lambda functions using PIP to download dependencies.