- 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.