Skip to content

Commit 88725c9

Browse files
AJ Update cache hydrator memory size based on tests to optimise time and cost
1 parent abb9483 commit 88725c9

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/modules/deploy_lambda

1 file changed

+1
-1
lines changed

infrastructure/modules/deploy_lambda/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module "content_cache_hydrator_lambda_function" {
1212
runtime = var.nodejs_version
1313
reserved_concurrent_executions = 1
1414
timeout = 60
15-
memory_size = 1024
15+
memory_size = 512
1616
publish = true
1717

1818
create_role = false

0 commit comments

Comments
 (0)