-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/buildsam build commandsam build commandstage/in-progressA fix is being worked onA fix is being worked ontype/featureFeature requestFeature request
Description
Describe your idea/feature/enhancement
On 18th November 2019, AWS published they are now supporting Node.js 12.x runtime in AWS Lambda. However, AWS SAM CLI does support this runtime for building purposes.
Tested on AWS SAM CLI version:
⇒ sam --version SAM CLI, version 0.31.1
At this moment, the supported runtimes are:
-
Python 2.7, 3.6, 3.7 using PIP
-
Nodejs 10.x, 8.10, 6.10 using NPM
-
Ruby 2.5 using Bundler
-
Java 8 using Gradle
-
Dotnetcore2.0 and 2.1 using Dotnet CLI (without --use-container flag)
Proposal
Include the support to Node.js 12.x on the build command.
Additional Details
Support Node.js 12.x Release Post: https://aws.amazon.com/blogs/compute/node-js-12-x-runtime-now-available-in-aws-lambda/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/buildsam build commandsam build commandstage/in-progressA fix is being worked onA fix is being worked ontype/featureFeature requestFeature request