We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24197e4 commit d5bd2bcCopy full SHA for d5bd2bc
apigw-data-validation-tf/main.tf
@@ -72,7 +72,7 @@ resource "aws_lambda_function" "process_function" {
72
function_name = "process-function"
73
role = aws_iam_role.lambda_role.arn
74
handler = "app.lambda_handler"
75
- runtime = "python3.9"
+ runtime = "python3.13"
76
architectures = ["arm64"]
77
timeout = 3
78
@@ -203,4 +203,4 @@ resource "aws_api_gateway_stage" "prod" {
203
output "api_endpoint" {
204
description = "API Gateway endpoint URL for Prod stage"
205
value = "${aws_api_gateway_stage.prod.invoke_url}"
206
-}
+}
0 commit comments