AWS Lambda Supports Node.js v6.10

Posted on: Mar 22, 2017

You can now develop your AWS Lambda functions using Node.js v6.10.

You simply upload your Node code as a ZIP using the AWS CLI or Lambda console and select the Node.js v6.10 runtime. You can also use the AWS Serverless Application Model to package and deploy Lambda functions. Lambda takes care of everything required to run and scale your code with high availability.

Read about the Node programming model in the AWS Lambda documentation. Please visit our product page for more information on AWS Lambda.