Skip to content

Releases: aws/aws-lambda-builders

Support for the Maven Workflow on Windows

19 Mar 20:18
7151aaa

Choose a tag to compare

This release allows for the Maven workflow to be run natively on Windows. We made improvements to allow build logs for the Maven Workflow to be outputted to make debugging of failed workflows easier.

Changelog

  • fix: go validator (#93)
  • fix: Remove MODULE_NAME command from Maven Workflow (#96)
  • fix: maven builder logs (#97)
  • chore: Release v0.2.1 (#102)

Build for Java (Maven) and Dotnet (Amazon.Lambda.Tools)

07 Mar 21:09

Choose a tag to compare

  • Build AWS Lambda functions for additional language and framework combinations! 🍾
    • Java8 with Maven dependency manager.
    • .Net Core with Amazon.Lambda.Tools dependency manager.

and other bug fixes!

Shout-out to following open source contributors! 🎆

Changelog

  • Fix local package installation (#72)
  • fix: Remove tests from .whl file (bdist_wheel) (#90)
  • Add .NET Core builder support (#91)
  • Add design doc and implementations for Java Maven builder #87
  • chore: version bump to 0.2.0 (#94)

v0.1.0 - Build for Java (Gradle) and Go (Dep, Mod)

15 Feb 01:05
9bc19ca

Choose a tag to compare

  • Build AWS Lambda functions for additional language and framework combinations! 🍾

    • Java language and Gradle dependency manager.
    • Go language and Dep dependency manager.
    • Go language and Mod dependency manager.
  • Each workflow can now have a custom path resolver and validator for all executables required by actions!

    • executables can also be looked up by additional search paths, rather than relying on $PATH
  • Support for .npmrc configuration in Node NPM workflow!

and other bug fixes!

Shout-out to following open source contributors! 🎆

Changelog

  • design: Path Resolver (#48)
  • Extend Node.js NPM support for .npmrc configuration (#53)
  • chore: Pin appveyor bundler version to 1.17.3 (#66)
  • feat(go): Golang Dep Builder (#54)
  • docs: fix relative path for python workflow (#62)
  • doc: GoDep Design doc (#70)
  • feat: Path Resolver and Validator (#55)
  • feat(go): Golang Mod Builder (#65)
  • fix: update license key in setup() to expected value by PyPi (#73)
  • refactor(go): Updated handler to artifact_executable_name for go workflows (#79)
  • feat: allow path resolver to look at additional paths (#78)
  • Gradle builder for Java (#69)
  • chore: version bump to 0.1.0 (#83)
  • backcompat: cli (#85)

v0.0.5 - Build for Ruby through Bundler

20 Dec 19:16
cb7de0b

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

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

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

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.