Skip to content

Commit

Permalink
updating runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 21, 2024
1 parent 11bdff5 commit 1522d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailcall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "provided.al2023"
runtime = "provided"
architectures = ["x86_64"]
handler = "bootstrap"
filename = data.archive_file.tailcall.output_path
Expand Down

0 comments on commit 1522d3e

Please sign in to comment.