Skip to content

Commit 6c50aeb

Browse files
authored
CCM-12870: flaky API test (#751)
1 parent d2a8fb6 commit 6c50aeb

File tree

50 files changed

+431
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+431
-249
lines changed

infrastructure/terraform/modules/backend-api/module_count_routing_configs_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "count_routing_configs_lambda" {
1515
handler_function_name = "handler"
1616
description = "Count Routing Configs API endpoint"
1717

18-
memory = 512
18+
memory = 2048
1919
timeout = 3
2020
runtime = "nodejs20.x"
2121

infrastructure/terraform/modules/backend-api/module_create_routing_config_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "create_routing_config_lambda" {
1515
handler_function_name = "handler"
1616
description = "Create Routing Config API endpoint"
1717

18-
memory = 512
18+
memory = 2048
1919
timeout = 3
2020
runtime = "nodejs20.x"
2121

infrastructure/terraform/modules/backend-api/module_create_template_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "create_template_lambda" {
1515
handler_function_name = "handler"
1616
description = "Create template API endpoint"
1717

18-
memory = 512
18+
memory = 2048
1919
timeout = 20
2020
runtime = "nodejs20.x"
2121

infrastructure/terraform/modules/backend-api/module_delete_routing_config_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "delete_routing_config_lambda" {
1515
handler_function_name = "handler"
1616
description = "Delete Routing Config API endpoint"
1717

18-
memory = 512
18+
memory = 2048
1919
timeout = 3
2020
runtime = "nodejs20.x"
2121

infrastructure/terraform/modules/backend-api/module_delete_template_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "delete_template_lambda" {
1515
handler_function_name = "handler"
1616
description = "Delete a template"
1717

18-
memory = 512
18+
memory = 2048
1919
timeout = 20
2020
runtime = "nodejs20.x"
2121

infrastructure/terraform/modules/backend-api/module_get_client_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "get_client_lambda" {
1515
handler_function_name = "handler"
1616
description = "Get client configuration API endpoint"
1717

18-
memory = 512
18+
memory = 2048
1919
timeout = 20
2020
runtime = "nodejs20.x"
2121

infrastructure/terraform/modules/backend-api/module_get_routing_config_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "get_routing_config_lambda" {
1515
handler_function_name = "handler"
1616
description = "Get Routing Config API endpoint"
1717

18-
memory = 512
18+
memory = 2048
1919
timeout = 3
2020
runtime = "nodejs20.x"
2121

infrastructure/terraform/modules/backend-api/module_get_template_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "get_template_lambda" {
1515
handler_function_name = "handler"
1616
description = "Get template API endpoint"
1717

18-
memory = 512
18+
memory = 2048
1919
timeout = 20
2020
runtime = "nodejs20.x"
2121

infrastructure/terraform/modules/backend-api/module_lambda_request_proof.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "request_proof_lambda" {
1515
handler_function_name = "handler"
1616
description = "Request a proof"
1717

18-
memory = 512
18+
memory = 2048
1919
timeout = 20
2020
runtime = "nodejs20.x"
2121

infrastructure/terraform/modules/backend-api/module_submit_routing_config_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "submit_routing_config_lambda" {
1515
handler_function_name = "handler"
1616
description = "Submit Routing Config API endpoint"
1717

18-
memory = 512
18+
memory = 2048
1919
timeout = 3
2020
runtime = "nodejs20.x"
2121

0 commit comments

Comments
 (0)