Skip to content

Commit 8a144c5

Browse files
committed
[NDR-101] add filter
1 parent 1cc4d07 commit 8a144c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/lambda-document-upload-check.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ resource "aws_s3_bucket_notification" "document_upload_check_lambda-lambda-trigg
3636
lambda_function {
3737
lambda_function_arn = module.document_upload_check_lambda.lambda_arn
3838
events = ["s3:ObjectCreated:*"]
39+
filter_prefix = "user_upload"
3940

4041
}
4142
}

0 commit comments

Comments
 (0)