Skip to content

Commit 5c3c29f

Browse files
committed
rollback value timeout to 30 seconds
1 parent 9bc99c8 commit 5c3c29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iac/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module "tech-challenge-register-lambda" {
55

66
lambda_function_name = "tech-challenge-register-lambda"
77
lambda_memory_size = 128
8-
lambda_timeout = 45
8+
lambda_timeout = 30
99
lambda_description = "Lambda function to register lambda functions"
1010
lambda_image_uri = var.lambda_image_uri
1111
lambda_tags = local.tags

0 commit comments

Comments
 (0)