Skip to content

Commit

Permalink
Update lambda.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbacchi authored Dec 8, 2024
1 parent 6acc888 commit de31760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ resource "aws_lambda_function" "lambda_func" {
role = "${aws_iam_role.lambda_role.arn}"
handler = "dbcall.lambda_handler"
source_code_hash = "${filebase64sha256(local.lambda_zip_location)}"
runtime = "python3.8"
runtime = "python3.13"

}
}

0 comments on commit de31760

Please sign in to comment.