Skip to content

Commit 5948ac8

Browse files
fix: aumentar o tempo limite da função Lambda para 360 segundos
1 parent d9ce161 commit 5948ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/05.lambda/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ variable "image_tag" {
6464
variable "lambda_timeout" {
6565
description = "Timeout da função Lambda em segundos"
6666
type = number
67-
default = 60
67+
default = 360
6868
}
6969

7070
variable "lambda_memory_size" {

0 commit comments

Comments
 (0)