We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c747695 commit 7ce785aCopy full SHA for 7ce785a
mesh_infra/main.tf
@@ -35,5 +35,5 @@ module "mesh" {
35
compress_threshold = 1 * 1024 * 1024
36
get_message_max_concurrency = 10
37
handshake_schedule = "rate(24 hours)"
38
- fetch_message_lambda_memory_size = 512
+ fetch_message_lambda_memory_size = var.aws_environment == "prod" ? 512 : 128
39
}
0 commit comments