Skip to content

Commit

Permalink
Update lambda timeout to 900s
Browse files Browse the repository at this point in the history
Signed-off-by: constanca <[email protected]>
  • Loading branch information
constanca-m committed Jun 27, 2024
1 parent 9bd0d8e commit 77442cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ variable "continuing-queue" {
variable "lambda-timeout" {
description = "The amount of time your Lambda Function has to run in seconds."
type = number
default = 3
default = 900
}

0 comments on commit 77442cf

Please sign in to comment.