Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.21 KB

programming-model.md

File metadata and controls

23 lines (16 loc) · 1.21 KB

Building Lambda Functions with Node.js

AWS Lambda supports the following Node.js runtimes.

Node.js Runtimes

Name Identifier
Node.js 8.10 nodejs8.10
Node.js 6.10 nodejs6.10

When you create a Lambda function, you specify the runtime that you want to use. For more information, see runtime parameter of CreateFunction.

The following sections explain how common programming patterns and core concepts apply when authoring Lambda function code in Node.js. The programming model described in the following sections applies to all supported runtime versions, except where indicated.

Topics