Skip to content

Commit

Permalink
Merge pull request #104 from FloRul/email-request-pre-processor-as-zip
Browse files Browse the repository at this point in the history
link to jar
  • Loading branch information
joelbalcaen authored Mar 27, 2024
2 parents 7c9488a + d951975 commit 56a0cb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "lambda_function_container_image" {
role_name = "${var.lambda_function_name}-role"
attach_policy_statements = true
s3_bucket = var.lambda_storage_bucket
local_existing_package = "${path.module}/../target/email-request-preprocessor-1.0.jar"
image_uri = "${path.module}/../target/email-request-preprocessor-1.0.jar"
create_package = false

environment_variables = {
Expand Down

0 comments on commit 56a0cb1

Please sign in to comment.