Skip to content

Releases: aws/aws-lambda-builders

v0.0.5 - Build for Ruby through Bundler

20 Dec 19:16
cb7de0b
Compare
Choose a tag to compare

You can now build AWS Lambda functions written using Ruby language and bundler dependency manager.

Huge shoutout to @awood45 for contributing the new Ruby builder workflow.

Changelog

  • feat(build): Ruby2.5 (#49)
  • chore: 0.0.5 version bump (#60)

v0.0.4 - Build for Node.js through NPM

11 Dec 20:32
65a2643
Compare
Choose a tag to compare

You can now build AWS Lambda functions written using Node.js language and NPM dependency manager.

Huge shoutout to @gojko for contributing the new Node.js builder workflow.

Changelog

  • fix: Create scratch_dir in builder.py and bump version to 0.0.4.dev1 (#50)
  • feat: Support for building nodejs_npm functions (#44)

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.