Releases: blombard/lambda-monorepo
Releases · blombard/lambda-monorepo
v0.7.0
Bump to Node 16
v0.6.1
run build
V0.6.0
Fail if the deployment was not a success.
v0.5.0
Add tests to full proof the action
v0.4.0
Use npm install when node_modules are gitignored.
v0.3.0
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 commandzip 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
Deploy your AWS Lambda functions based on the files changed in a mono repo
v0.2.0
Changelog
- Migrate from Ruby to Nodejs.
- Use the GitHub Actions Toolkit