Skip to content

Commit

Permalink
Python ~> 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Dec 4, 2023
1 parent 9ef2f05 commit ecea620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ resource "aws_lambda_function" "functions" {
handler = "index.handler"
memory_size = each.value.memory_size
role = aws_iam_role.roles["lambda"].arn
runtime = "python3.11"
runtime = "python3.12"
source_code_hash = data.archive_file.packages[each.key].output_base64sha256
tags = var.tags
timeout = 3
Expand Down

0 comments on commit ecea620

Please sign in to comment.