Skip to content

Commit

Permalink
fix: s3 scan object function timeout (#391)
Browse files Browse the repository at this point in the history
Update to the latest version of the `s3_scan_object` module which
increases the transport lambda function's timeout from 3s to 120s.

This fixes an issue seen in Notify where the transport lambda was
timing out if it had to wait for a Scan Files API function cold start.
  • Loading branch information
patheard authored May 18, 2023
1 parent b1d1060 commit 25a39f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/app/vault_scan_object.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "vault_scan_object" {
source = "github.com/cds-snc/terraform-modules?ref=v3.0.13//S3_scan_object"
source = "github.com/cds-snc/terraform-modules?ref=v5.1.9//S3_scan_object"

product_name = "vault"
s3_upload_bucket_name = aws_s3_bucket.vault_file_storage.id
Expand Down

0 comments on commit 25a39f6

Please sign in to comment.