Tim-B / grunt-aws-lambda

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

[Feature request] Support Lambda Node.js 4.32 #77

Closed agarstang closed 8 years ago

agarstang commented 8 years ago

Implement support for latest Lambda Node.js 4.32 release and the callback method functionality that is replacing the context object.

https://aws.amazon.com/blogs/compute/node-js-4-3-2-runtime-now-available-on-lambda/

nmaves commented 8 years ago

Would you accept a PR on this?

agarstang commented 8 years ago

I would be interested to see how you would do it. I looked into it and could implement most of the functionality however I was unsure on intricacies of the "callbackWaitsForEmptyEventLoop" setting.

agarstang commented 8 years ago

76 :+1:

Tim-B commented 8 years ago

Pull request #76 has been merged and included in the release I just published.