Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Transition to using Node v4.3 callback param #54

Closed
leppert opened this issue Dec 8, 2016 · 1 comment
Closed

Transition to using Node v4.3 callback param #54

leppert opened this issue Dec 8, 2016 · 1 comment

Comments

@leppert
Copy link

leppert commented Dec 8, 2016

From the AWS docs:

If you previously created Lambda functions using Node.js runtime v0.10.42, you used one of the context object methods (done(), succeed(), and fail()) to terminate your Lambda function. In Node.js runtime v4.3, these methods are supported primarily for backward compatibility. We recommend you use the callback (see Using the Callback Parameter).

There's more on their reasoning in the announcement.

@moea
Copy link
Member

moea commented Mar 30, 2017

The callback parameter is now used if available at runtime.

@moea moea closed this as completed Mar 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants