Skip to content

Commit

Permalink
[CONF] - Ajuste timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
otavio-code authored Jan 26, 2025
1 parent 19458d8 commit 2eca325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "aws_lambda_function" "lambda_function" {
source_code_hash = filebase64sha256("deployment_package.zip")
handler = "app.lambda_function.lambda_handler"
runtime = "python3.13"
timeout = 60
timeout = 900
memory_size = 512
layers = [
aws_lambda_layer_version.ffmpeg_layer.arn
Expand Down

0 comments on commit 2eca325

Please sign in to comment.