Skip to content

Commit

Permalink
increase memory and storage for generate stitch lambda (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbas-khan10 authored Nov 14, 2024
1 parent 1d1e5b0 commit dfdae1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/lambda-generate-stitch-record.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ module "generate-lloyd-george-stitch-lambda" {
name = "GenerateLloydGeorgeStitch"
handler = "handlers.generate_lloyd_george_stitch_handler.lambda_handler"
lambda_timeout = 900
lambda_ephemeral_storage = 512
memory_size = 512
lambda_ephemeral_storage = 1024
memory_size = 1769
iam_role_policies = [
module.ndr-document-store.s3_object_access_policy,
module.ndr-lloyd-george-store.s3_object_access_policy,
Expand Down

0 comments on commit dfdae1d

Please sign in to comment.