From 81bc376dbce30368d1a43969aa300dc06a63e9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Wojtun=CC=81?= Date: Tue, 3 Apr 2018 14:58:44 +0200 Subject: [PATCH] =?UTF-8?q?add=20=E2=80=9Cnodejs8.10"=20runtime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aws/resource_aws_lambda_function.go | 1 + 1 file changed, 1 insertion(+) diff --git a/aws/resource_aws_lambda_function.go b/aws/resource_aws_lambda_function.go index e8f316ac628..2c1e565195d 100644 --- a/aws/resource_aws_lambda_function.go +++ b/aws/resource_aws_lambda_function.go @@ -103,6 +103,7 @@ func resourceAwsLambdaFunction() *schema.Resource { // lambda.RuntimeNodejs has reached end of life since October 2016 so not included here lambda.RuntimeNodejs43, lambda.RuntimeNodejs610, + "nodejs8.10", lambda.RuntimeJava8, lambda.RuntimePython27, lambda.RuntimePython36,