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 a06efbe commit 5745321Copy full SHA for 5745321
infrastructure/lambda-document-upload-check.tf
@@ -60,6 +60,12 @@ resource "aws_s3_bucket_notification" "document_upload_check_lambda_trigger" {
60
events = ["s3:ObjectCreated:*"]
61
filter_prefix = "user_upload"
62
}
63
+
64
+ lambda_function {
65
+ lambda_function_arn = module.document_upload_check_lambda.lambda_arn
66
+ events = ["s3:ObjectCreated:*"]
67
+ filter_prefix = "fhir_upload"
68
+ }
69
70
71
resource "aws_lambda_permission" "document_upload_check_lambda" {
0 commit comments