nordcloud / lambda-wrapper

Wrapper for running lambda modules locally during development
MIT License
30 stars 17 forks source link

Return execptions as errors #12

Closed mpuittinen closed 7 years ago

mpuittinen commented 7 years ago

Currently exceptions thrown by the functions are passed as exceptions to the caller. Could we pass them as errors via the callback instead? @laardee? Relates to https://github.com/SC5/serverless-mocha-plugin/issues/33

mpuittinen commented 7 years ago

Implemented in lambda-wrapper 0.2.0