Skip to content

Commit

Permalink
call rich pdf ingestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Balcaen committed Apr 5, 2024
1 parent 40e5cce commit 7fae514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resource "aws_s3_bucket_notification" "bucket_notification" {
}

lambda_function {
lambda_function_arn = module.form_request_preprocessor.lambda_function_arn
lambda_function_arn = module.rich_pdf_ingestion.lambda_function_arn
events = ["s3:ObjectCreated:*"]
filter_prefix = "rfp/attachment/"
}
Expand Down

0 comments on commit 7fae514

Please sign in to comment.