Skip to content

Commit

Permalink
Merge pull request #103 from FloRul/email-request-pre-processor-as-zip
Browse files Browse the repository at this point in the history
Email request pre processor as zip
  • Loading branch information
joelbalcaen authored Mar 27, 2024
2 parents e9c7bdb + c49982f commit 7c9488a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Java 17
uses: actions/setup-java@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ module "lambda_function_container_image" {
role_name = "${var.lambda_function_name}-role"
attach_policy_statements = true
s3_bucket = var.lambda_storage_bucket
source_path = "${path.module}/../target/email-request-preprocessor-1.0.jar"

local_existing_package = "${path.module}/../target/email-request-preprocessor-1.0.jar"
create_package = false

environment_variables = {
BUCKET_NAME = var.ses_bucket_name
Expand Down

0 comments on commit 7c9488a

Please sign in to comment.