Skip to content

Commit

Permalink
10401: Modify memory size of the lambda;
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cruz committed Sep 4, 2024
1 parent 58ea550 commit 90c9219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-api/terraform/modules/api/pdf-generation.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "pdf_generation_lambda" {
role = var.lambda_role_arn
environment = var.lambda_environment
timeout = "900"
memory_size = "9008"
memory_size = "6508"
layers = [
aws_lambda_layer_version.puppeteer_layer.arn
]
Expand Down

0 comments on commit 90c9219

Please sign in to comment.