Skip to content

Releases: blombard/lambda-monorepo

v0.7.0

29 May 21:59

Choose a tag to compare

v0.6.1

30 Oct 14:15

Choose a tag to compare

V0.6.0

30 Oct 13:50
2cec6aa

Choose a tag to compare

Fail if the deployment was not a success.

v0.5.0

09 Sep 14:28

Choose a tag to compare

Add tests to full proof the action

v0.4.0

06 Sep 17:01

Choose a tag to compare

Use npm install when node_modules are gitignored.

v0.3.0

31 Aug 16:32

Choose a tag to compare

Inputs

  • lambda-functions
    By default should be '${{ toJson(steps.filter.outputs) }}'. Update this only if you know what you are doing.

  • zip-params
    Arguments of the command zip lambda.zip -r $ZIP_PARAMS. It is the files who will be uploaded to your Lambda function.

  • alias-name
    A Lambda alias is like a pointer to a specific Lambda function version. This alias will now point to the new version of your function.

  • alias-name
    If your Lambda use a layer, it will update you function with the latest version of this layer.

First release

30 Aug 14:12

Choose a tag to compare

Deploy your AWS Lambda functions based on the files changed in a mono repo

v0.2.0

30 Aug 15:24

Choose a tag to compare

Changelog