Skip to content

Releases: aws/aws-lambda-builders

Support For Custom Makefile Builder

12 May 16:47
30818b9
Compare
Choose a tag to compare

AWS Lambda Builders now supports a custom Makefile Builder, which allows for flexibility in the build process.

Changelog

  • (#163) Make sure NPM hooks are called
  • (#166) feat: Makefile based builder for provided runtimes

Allow building with RC versions of Go, improvements to excluded files.

05 Mar 17:42
f7b60c7
Compare
Choose a tag to compare
  • #154 - Excludes .git and .aws-sam files from .NET and Go Dep workflows.
  • #157 - Allow use of release candidates versions of Go for Go Module builds.

Support for Go Debug Builds

04 Feb 17:25
5133086
Compare
Choose a tag to compare

AWS Lambda Builders will now be able to create debuggable artifacts when building for the Go runtime.

Changelog

  • fix: appveyor build badge (#142)
  • chore: Adopt Black as an autoformatter (#143)
  • feat: Add Go Modules Debug Build Flags (#145)
  • fix: Regex for getting aws_lambda_builders version (#147)
  • fix: better error messages on build failures (#146)
  • fix: npm output handling (#150)
  • chore: version bump (#148)

Support for building Python3.8 and Java11

19 Nov 14:45
7fe9671
Compare
Choose a tag to compare

AWS Lambda Builders will now be able to build Python3.8 and Java11. Along with this release, we have fixes to support pip version 20+ and ignoring .git in the Ruby workflow.

Changelog

  • fix: Do not revert to old import for pip 20+.[0-2] (#136)
  • feat: Support Python3.8 and Java11 runtimes (#139)
  • fix: Add .git to Ruby workflow ignore pattern. (#130)
  • chore: Update version to 0.6.0 (#140)

Python and Java Workflow fixes

17 Oct 21:32
fc4f20c
Compare
Choose a tag to compare

This release contains a fix for python workflow which is used by sam build when the pip version used by the workflow is 19.3 or greater.

Changelog

  • Ignore .git files #120
  • fix: Add missing comma in python pip workflow (#128)
  • chore: bump version to 0.5.0 (#133)
  • fix: change the pip runner string based on a pip version check (#132)
  • fix: adopt same methodology as chalice for determining pip import string (#132)

Bugfixes and README updates

20 Aug 17:31
0620b0e
Compare
Choose a tag to compare

This release contains a bugfix when sam build is invoked on a non existent CodeUri in a sam template on non-windows platfroms.

Changelog

  • Fix order of scratch_dir & manifest_path parameters in python_pip workflow (#82)
  • fix: WindowsError keyword is undefined on non-Windows platforms (#117)
  • docs(contributing): Explain steps to test locally with SAM CLI (#119)
  • Fix copyright in LICENSE
  • fix: add content to README (#122)
  • fix: add current year into LICENSE (#125)
  • chore: Bumping version to 0.4.0 (#123)

Dotnet build supports producing debug artifacts

16 Apr 16:55
f40c0ae
Compare
Choose a tag to compare

This release adds a mode to the build workflows to support generating debug artifacts. Dotnet workflow supports two modes: producing debuggable artifacts, and producing production-ready artifacts (default). This release also includes a few minor bug fixes.

Changelog

fix: match correct java version when only major version provided (#104)
feat(debug): DotNetCore support for producing debug artifacts (#107)
chore: Bumping version to 0.3.0 (#108)
fix: fixes java version matching for gradle when only major version provided (#110)

Support for the Maven Workflow on Windows

19 Mar 20:18
7151aaa
Compare
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
Compare
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
Compare
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)