Skip to content

Commit f98ffe7

Browse files
authored
Merge pull request #6 from rhythmictech/v0.2.0
updating python version for lambda
2 parents ce00802 + 517339b commit f98ffe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resource "aws_lambda_function" "this" {
6464
function_name = "${var.name}-cloudflareupdater"
6565
handler = "cloudflareupdater.lambda_handler"
6666
role = aws_iam_role.this.arn
67-
runtime = "python3.7"
67+
runtime = "python3.13"
6868
source_code_hash = data.archive_file.this.output_base64sha256
6969
tags = var.tags
7070
timeout = 180

0 commit comments

Comments
 (0)