Skip to content

Include support to Nodejs12.x on CLI build #1564

@andrepossebomgarcia

Description

@andrepossebomgarcia

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/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions