Skip to content

Commit 3d53610

Browse files
CCM-15241: Test increasing lambda memory size
1 parent 5a0a6bf commit 3d53610

20 files changed

+20
-20
lines changed

infrastructure/terraform/components/dl/module_lambda_apim_refresh_token.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "lambda_lambda_apim_refresh_token" {
2424
function_include_common = true
2525
handler_function_name = "handler"
2626
runtime = "nodejs22.x"
27-
memory = 128
27+
memory = 256
2828
timeout = var.lambda_timeout_seconds
2929
log_level = var.log_level
3030
schedule = var.apim_auth_token_schedule

infrastructure/terraform/components/dl/module_lambda_core_notifier.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "core_notifier" {
2424
function_include_common = true
2525
handler_function_name = "handler"
2626
runtime = "nodejs22.x"
27-
memory = 128
27+
memory = 256
2828
timeout = var.lambda_timeout_seconds
2929
log_level = var.log_level
3030

infrastructure/terraform/components/dl/module_lambda_file_scanner.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "file_scanner" {
2424
function_include_common = true
2525
handler_function_name = "handler"
2626
runtime = "nodejs22.x"
27-
memory = 128
27+
memory = 256
2828
timeout = var.lambda_timeout_seconds
2929
log_level = var.log_level
3030

infrastructure/terraform/components/dl/module_lambda_mesh_acknowledge.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "mesh_acknowledge" {
2424
function_module_name = "mesh_acknowledge"
2525
handler_function_name = "handler.handler"
2626
runtime = "python3.14"
27-
memory = 128
27+
memory = 256
2828
timeout = var.lambda_timeout_seconds
2929
log_level = var.log_level
3030

infrastructure/terraform/components/dl/module_lambda_mesh_download.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module "mesh_download" {
2525
function_module_name = "mesh_download"
2626
handler_function_name = "handler.handler"
2727
runtime = "python3.14"
28-
memory = 128
28+
memory = 256
2929
timeout = var.lambda_timeout_seconds
3030
log_level = var.log_level
3131

infrastructure/terraform/components/dl/module_lambda_mesh_poll.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module "mesh_poll" {
2525
function_module_name = "mesh_poll"
2626
handler_function_name = "handler.handler"
2727
runtime = "python3.14"
28-
memory = 128
28+
memory = 256
2929
timeout = 300
3030
log_level = var.log_level
3131
schedule = var.mesh_poll_schedule

infrastructure/terraform/components/dl/module_lambda_move_scanned_files.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "move_scanned_files" {
2424
function_include_common = true
2525
handler_function_name = "handler"
2626
runtime = "nodejs22.x"
27-
memory = 128
27+
memory = 256
2828
timeout = var.lambda_timeout_seconds
2929
log_level = var.log_level
3030

infrastructure/terraform/components/dl/module_lambda_pdm_mock.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module "pdm_mock" {
2525
function_include_common = true
2626
handler_function_name = "handler"
2727
runtime = "nodejs22.x"
28-
memory = 128
28+
memory = 256
2929
timeout = 30
3030
log_level = var.log_level
3131

infrastructure/terraform/components/dl/module_lambda_pdm_poll.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "pdm_poll" {
2424
function_include_common = true
2525
handler_function_name = "handler"
2626
runtime = "nodejs22.x"
27-
memory = 128
27+
memory = 256
2828
timeout = var.lambda_timeout_seconds
2929
log_level = var.log_level
3030

infrastructure/terraform/components/dl/module_lambda_pdm_uploader.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "pdm_uploader" {
2424
function_include_common = true
2525
handler_function_name = "handler"
2626
runtime = "nodejs22.x"
27-
memory = 128
27+
memory = 256
2828
timeout = var.lambda_timeout_seconds
2929
log_level = var.log_level
3030

0 commit comments

Comments
 (0)