Skip to content

Commit

Permalink
Add REFERENCE_LIMIT ev to Lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhz committed Sep 19, 2023
1 parent 991ea96 commit 2454cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/da-terraform-configurations
1 change: 1 addition & 0 deletions terraform/root_main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module "reference_generator_lambda" {
REFERENCE_KEY_VALUE = "fileCounter"
REFERENCE_COUNTER = "referenceCounter"
QUERY_PARAM = "numberofrefs"
REFERENCE_LIMIT = 5000
}
runtime = "java11"
timeout_seconds = 60
Expand Down

0 comments on commit 2454cdc

Please sign in to comment.