Skip to content

Commit 2d3d6bd

Browse files
Change to node 8.10
1 parent 34ef8dd commit 2d3d6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
locals {
22
product_domain = "ath"
33
service_name = "athauth"
4-
lambda_runtime = "nodejs10.x"
4+
lambda_runtime = "nodejs8.10"
55

66
lambda_handler = "lib.default"
77

0 commit comments

Comments
 (0)