From 0da0788d4dd5b5c33f3d09fb5d6735d806f28da2 Mon Sep 17 00:00:00 2001 From: Frank Blecha <55011+fblecha@users.noreply.github.com> Date: Wed, 17 Feb 2021 10:38:29 -0700 Subject: [PATCH] bump the node runtime to node14.x either bump the doc to the newest runtime or put a link to the lambda runtimes (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) --- _chapters/setup-the-serverless-framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_chapters/setup-the-serverless-framework.md b/_chapters/setup-the-serverless-framework.md index ec639482d..ca3ab9c08 100644 --- a/_chapters/setup-the-serverless-framework.md +++ b/_chapters/setup-the-serverless-framework.md @@ -83,7 +83,7 @@ plugins: provider: name: aws - runtime: nodejs12.x + runtime: nodejs14.x stage: prod region: us-east-1