Tim-B / grunt-aws-lambda

A grunt plugin to assist in developing functions for AWS Lambda.
MIT License
247 stars 100 forks source link

lambda_invoke swallows error stacktrace #30

Closed shin-nien closed 9 years ago

shin-nien commented 9 years ago

When developing functions and invoking them using lambda_invoke, error (e.g. parse errors) stacktraces are getting swallowed up and I'm just getting the error string.

Is there a way to get the full trace? Thanks.

Tim-B commented 9 years ago

Have you tried using the --stack grunt flag?

shin-nien commented 9 years ago

Ahhh no I didn't! I'm new to grunt. Thanks and thanks for writing the plugin.