- 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
failandsucceedmethods
- First release