From b8bd6c21db6ccb43699cfc487e02737d234645b7 Mon Sep 17 00:00:00 2001 From: Peter Colapietro Date: Fri, 19 Nov 2021 14:42:42 -0500 Subject: [PATCH] feat: bump to node 14 see: https://aws.amazon.com/blogs/compute/node-js-14-x-runtime-now-available-in-aws-lambda/ --- .../cli/src/commands/setup/deploy/providers/aws-serverless.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/setup/deploy/providers/aws-serverless.js b/packages/cli/src/commands/setup/deploy/providers/aws-serverless.js index 21912f3d6771..9c97c21f2c52 100644 --- a/packages/cli/src/commands/setup/deploy/providers/aws-serverless.js +++ b/packages/cli/src/commands/setup/deploy/providers/aws-serverless.js @@ -25,7 +25,7 @@ custom: provider: name: aws - runtime: nodejs12.x + runtime: nodejs14.x region: us-east-2 # This is the AWS region where the service will be deployed. httpApi: # HTTP API is used by default. To learn about the available options in API Gateway, see https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vs-rest.html cors: true