Tim-B / grunt-aws-lambda

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

Added support for new lambda callback function. #76

Closed bobhigs closed 8 years ago

bobhigs commented 8 years ago

Added basic support for the new lambda callback function. See: https://aws.amazon.com/about-aws/whats-new/2016/04/aws-lambda-supports-node-js-4-3/

Tim-B commented 8 years ago

Hi Michael, thanks for the pull request!

Would you mind adding some unit tests? Otherwise I'm likely to break this in future by accident ;)

bobhigs commented 8 years ago

Added some unit tests. Haven't used this system before so tell me if anything needs to be changed.

marcoscarceles commented 8 years ago

👍

kerrmarin commented 8 years ago

Any progress on this?

ssayala commented 8 years ago

👍

nmaves commented 8 years ago

What are we waiting on for this ? Anything more the community can help with?

Tim-B commented 8 years ago

My apologies for the delay, I've been a bit busy.

This should be included in the version I just published.