- Fix issue with Lambda not waiting to be ready before returning anymore
- Removed required envFile, that can be optional now so if something is already set in our environment we can just use that.
- Upgraded to Node.js v12 and all dependencies
- Upgraded max buffer size.
- Fix binary file (add missing shebang)
- Fix binary file (was not doing anything).
- Allow programmatic usage of
deployLambdaFunction
- Fix for updating environment variables Was updating $LATEST, but updates were not applied to the published version.
- Do not run
build
scripts, specified in params.json You will need to run these on your own before deploying - Log file size
- Pipe stdout from build commands to parent process
Initial release