Skip to content

Commit 547713d

Browse files
authored
[PRMP-1560] Use Default Memory setting for VirusScanResultLambda (#251)
1 parent 9c48bc7 commit 547713d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
| Name | Version |
1111
|------|---------|
12-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0 |
12+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.70.0 |
1313

1414
## Modules
1515

infrastructure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
| Name | Version |
1010
|------|---------|
11-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.73.0 |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.86.1 |
1212

1313
## Modules
1414

infrastructure/lambda-virus-scan-result.tf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ module "virus_scan_result_alarm_topic" {
6363
}
6464

6565
module "virus_scan_result_lambda" {
66-
source = "./modules/lambda"
67-
name = "VirusScanResult"
68-
handler = "handlers.virus_scan_result_handler.lambda_handler"
69-
memory_size = 256
66+
source = "./modules/lambda"
67+
name = "VirusScanResult"
68+
handler = "handlers.virus_scan_result_handler.lambda_handler"
7069
iam_role_policy_documents = [
7170
module.ndr-bulk-staging-store.s3_read_policy_document,
7271
module.ndr-bulk-staging-store.s3_write_policy_document,

0 commit comments

Comments
 (0)