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