Skip to content

v4.2.0

Choose a tag to compare

@dherault dherault released this 20 Jan 18:05
· 3117 commits to master since this release
  • The flag --useSeparateProcesses along with --skipCacheInvalidation would leave these handlers running after exit. Added a cleanup hook to functionHelper.
  • Reimplements removing undefined values from process.env to match the behavior before commit c5cba66
  • Implemented getRemainingTimeInMillis and other properties that have been added to createLambdaContext.
  • Clarifies naming issues with function vs handler.