Lambda now supports Node.js v4.3 and it has changed the API, most notably done(), succeed(), fail() are deprecated on the context object in favor of a callback object:
function handler (event, context, callback) {
...
}
node-lambda should support either API based on the AWS_RUNTIME value.