From 11bdff52406052aaae527378c3a0fbba30931e3a Mon Sep 17 00:00:00 2001 From: Shashi Kant Date: Tue, 21 May 2024 13:45:11 +0000 Subject: [PATCH] updating runtime --- tailcall.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailcall.tf b/tailcall.tf index 54c2a12..1dadf87 100644 --- a/tailcall.tf +++ b/tailcall.tf @@ -87,7 +87,7 @@ resource "aws_lambda_function" "tailcall" { role = aws_iam_role.iam_for_tailcall.arn function_name = var.AWS_LAMBDA_FUNCTION_NAME - runtime = "python3.9" + runtime = "provided.al2023" architectures = ["x86_64"] handler = "bootstrap" filename = data.archive_file.tailcall.output_path