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 046df00 commit c78f280Copy full SHA for c78f280
infrastructure/lambda-document-upload-check.tf
@@ -48,7 +48,8 @@ data "aws_security_groups" "virus_scanner_api" {
48
}
49
50
resource "aws_s3_bucket_notification" "document_upload_check_lambda_trigger" {
51
- bucket = module.ndr-bulk-staging-store.bucket_id
+ bucket = module.ndr-bulk-staging-store.bucket_id
52
+ eventbridge = true
53
lambda_function {
54
lambda_function_arn = module.document_upload_check_lambda.lambda_arn
55
events = ["s3:ObjectCreated:*"]
0 commit comments