forked from aws/aws-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
service/lambda: Adds update to AWS Lambda
AWS Lambda You can now develop your Lambda functions using Node.js 4.3.2, in addition to Node.js 0.10.4. In addition to the leveraging new features in Node.js 4.3 such as ES6 support, functions written in Node.js 4.3 can use standard Node.js callback conventions to specify error or return values for the function execution. Today, returning values from a lambda function requires using specific methods within the Lambda context object. To learn more about implementing callbacks within Lambda functions, see our documentation (http://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-handler.html#nodejs-prog-model-handler-callback). The SDK release adds support for setting the function runtime as nodejs4.3, as well as updating function configuration to set the runtime.
- Loading branch information
Showing
4 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters