From bf89625d7b21785be976895287450fa7481c1d51 Mon Sep 17 00:00:00 2001 From: Boris Besemer Date: Mon, 9 Dec 2019 12:16:32 +0100 Subject: [PATCH] feat(node): update lambda version to nodejs12.x --- README.md | 2 +- template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5180d95..d300978 100755 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Detailed instructions on testing your function can be found [in the Wiki](https: ## Build Requirements - [npm](https://www.npmjs.com/) ^5.6.0 - - [node](https://nodejs.org/en/) ^8.10.0 + - [node](https://nodejs.org/en/) ^12.13.0 - [openssl](https://www.openssl.org) ## Contributing diff --git a/template.yaml b/template.yaml index 6e8232b..45aae1e 100644 --- a/template.yaml +++ b/template.yaml @@ -8,7 +8,7 @@ Resources: Properties: CodeUri: distributions/{distribution_name}/{distribution_name}.zip Role: !GetAtt LambdaEdgeFunctionRole.Arn - Runtime: nodejs8.10 + Runtime: nodejs12.x Handler: index.handler Timeout: 5 AutoPublishAlias: LIVE