From e8ad27d96549b08f5e646b534176c17654f3afbb Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 28 Apr 2024 14:19:11 -0400 Subject: [PATCH] use al2023 runtime for lambda --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index a6a4c5b..ecd1f98 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -37,7 +37,7 @@ resource "aws_lambda_function" "awc_wideo_bot" { filename = "${path.module}/data/placeholder_lambda.zip" role = aws_iam_role.awc_wideo_bot.arn handler = "bootstrap" - runtime = "provided.al2" + runtime = "provided.al2023" timeout = 5 environment {