We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0a824 commit 3409fb9Copy full SHA for 3409fb9
modules/aws-frontend/main.tf
@@ -314,7 +314,7 @@ resource "aws_lambda_function" "edge_lambda" {
314
function_name = "${var.name}-lambda-edge"
315
handler = "index.handler"
316
role = aws_iam_role.edge_lambda[0].arn
317
- runtime = "nodejs12.x"
+ runtime = "nodejs18.x"
318
timeout = 5
319
filename = data.archive_file.edge_lambda[0].output_path
320
source_code_hash = data.archive_file.edge_lambda[0].output_base64sha256
0 commit comments