We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc4d07 commit 8a144c5Copy full SHA for 8a144c5
infrastructure/lambda-document-upload-check.tf
@@ -36,6 +36,7 @@ resource "aws_s3_bucket_notification" "document_upload_check_lambda-lambda-trigg
36
lambda_function {
37
lambda_function_arn = module.document_upload_check_lambda.lambda_arn
38
events = ["s3:ObjectCreated:*"]
39
+ filter_prefix = "user_upload"
40
41
}
42
0 commit comments