⚠ BREAKING CHANGES
- remove hide stack traces option
- MIGRATION: if you want the stack trace for some reason to be hidden you can catch any possible exception in your handler code and modify the error instance yourself
- rename option to terminate lambda time
- MIGRATION: the previous option was never mentioned in the documentation. just use the new flag name.
- remove child process option (#1545)
- MIGRATION: the
--useChildProcess
flag was not needed anymore since the introduction ofworker-threads
in node.js. just use the default (no option), which isworker-threads
.
- MIGRATION: the
- remove print output option (#1559)
- MIGRATION: if you want the result to be printed in the console you can do it yourself in the handler code
Features
- add Lambda class to package exports (#1561) (b043fe0) thank you @rubenkaiser for pushing this forward
Bug Fixes
- add node.js v16 to unsupported docker runtimes (6ab3928)
- remove child process option (#1545) (db395dd)
- remove hide stack traces option (1820771)
- remove print output option (#1559) (9f31825)