Skip to content

Commit 33b9bd0

Browse files
committed
bump version and memory for volume functions
1 parent 2518a47 commit 33b9bd0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}
1+
1.1.0-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}

infrastructure/terraform/components/api/module_lambda_get_letter_data.tf

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

infrastructure/terraform/components/api/module_lambda_letter_updates_transformer.tf

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

infrastructure/terraform/components/api/module_lambda_post_letters.tf

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

infrastructure/terraform/components/api/module_lambda_upsert_letter.tf

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

0 commit comments

Comments
 (0)