We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651146b commit 8faaa7eCopy full SHA for 8faaa7e
locals.tf
@@ -1,7 +1,7 @@
1
locals {
2
product_domain = "ath"
3
service_name = "athauth"
4
- lambda_runtime = "nodejs8.10"
+ lambda_runtime = "nodejs10.x"
5
6
lambda_handler = "lib.default"
7
0 commit comments