- Fixed critical bug
- Added support for environment variables
- Fixed critical bug (logger)
- Added mock functionality
- Dropped Node.js v0.1, v0.12 suport
- The default behavior of lambda-local now does not forcefully call the callback function (
-c
option). - Added AWS region option
-r
. Defaults tous-east-1
. - Added AWS profile name option
-p
.
- lambda-local can now be imported as a node module, and be executed from other node.js programs
- Support for Node.js 4.3.2 runtime
- Added feature to import AWS profile from commandline option
- Added necessary environment variables
- Fixed package.json information for npm
-
Added support for all properties in the Context object. Supporting everything in here: https://docs.aws.amazon.com/en_us/lambda/latest/dg/nodejs-prog-model-context.html
-
Wrote a mocha unit test for the Context object.
- Minor bug fix: Now correctly outputs the error object when Context.done() has an error.
- Added support for
fail
andsucceed
methods
- First release