Skip to content

Commit de3ca75

Browse files
authored
fix: update default aws snapshot lambda to 2gb and timeout to 120 seconds
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
1 parent 396600e commit de3ca75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ variable "memory_size" {
102102
EOF
103103
type = number
104104
nullable = false
105-
default = 128
105+
default = 2048
106106
}
107107

108108
variable "timeout" {
@@ -112,7 +112,7 @@ variable "timeout" {
112112
EOF
113113
type = number
114114
nullable = false
115-
default = 60
115+
default = 120
116116
}
117117

118118
variable "reserved_concurrent_executions" {

0 commit comments

Comments
 (0)