Skip to content

Commit

Permalink
new lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 19, 2024
1 parent 02305b3 commit e59dc14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform/modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,12 @@ module "email_formfiller_state_machine" {
source = "../state_machines/email_form_fill"
attachment_saver_lambda_name = module.attachment_saver.lambda_function_name
}


module "email_attachment_saver" {
source = "../lambdas/email_attachment_saver"
lambda_storage_bucket = aws_s3_bucket.lambda_storage.id
aws_region = var.aws_region
allowed_s3_resources = [module.s3_bucket.s3_bucket_arn]
}

0 comments on commit e59dc14

Please sign in to comment.