Skip to content

Commit

Permalink
Merge pull request #4020 from stepstone-tech/master
Browse files Browse the repository at this point in the history
Support NodeJS v8.10.0 runtime in Lambda functions #4019
  • Loading branch information
bflad authored Apr 3, 2018
2 parents 944cd03 + 81bc376 commit 0ce0962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_lambda_function.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0ce0962

Please sign in to comment.