Skip to content

Commit

Permalink
fix: update default aws snapshot lambda to 2gb and timeout to 120 sec…
Browse files Browse the repository at this point in the history
…onds

Addressing issues with customers that have changing number of AWS resources which increases the demand for the lambda resources and runtime
CS-425 and CS-410
  • Loading branch information
georgeevil authored Mar 27, 2024
1 parent 396600e commit de3ca75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variable "memory_size" {
EOF
type = number
nullable = false
default = 128
default = 2048
}

variable "timeout" {
Expand All @@ -112,7 +112,7 @@ variable "timeout" {
EOF
type = number
nullable = false
default = 60
default = 120
}

variable "reserved_concurrent_executions" {
Expand Down

0 comments on commit de3ca75

Please sign in to comment.