mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
increase lambda timeout to 2mins
This commit is contained in:
parent
b227fb47fa
commit
bbdb760bdb
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ module "lambda" {
|
|||
maximum_concurrency = var.maximum_concurrency
|
||||
batch_size = var.batch_size
|
||||
|
||||
timeout = 120
|
||||
|
||||
environment = merge(
|
||||
{
|
||||
STAGE = var.stage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue