Skip to content

Commit d5bd2bc

Browse files
authored
Update main.tf
1 parent 24197e4 commit d5bd2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apigw-data-validation-tf/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ resource "aws_lambda_function" "process_function" {
7272
function_name = "process-function"
7373
role = aws_iam_role.lambda_role.arn
7474
handler = "app.lambda_handler"
75-
runtime = "python3.9"
75+
runtime = "python3.13"
7676
architectures = ["arm64"]
7777
timeout = 3
7878

@@ -203,4 +203,4 @@ resource "aws_api_gateway_stage" "prod" {
203203
output "api_endpoint" {
204204
description = "API Gateway endpoint URL for Prod stage"
205205
value = "${aws_api_gateway_stage.prod.invoke_url}"
206-
}
206+
}

0 commit comments

Comments
 (0)