diff --git a/infrastructure/instance/ack_lambda.tf b/infrastructure/instance/ack_lambda.tf index 4b30a4cd2..c8c7905c8 100644 --- a/infrastructure/instance/ack_lambda.tf +++ b/infrastructure/instance/ack_lambda.tf @@ -42,7 +42,8 @@ module "ack_processor_docker_image" { }) platform = "linux/amd64" - use_image_tag = false + use_image_tag = true + keep_remotely = true source_path = abspath("${path.root}/../../lambdas") triggers = { dir_sha = local.ack_lambda_dir_sha diff --git a/lambdas/ack_backend/README.md b/lambdas/ack_backend/README.md index e69de29bb..9daeafb98 100644 --- a/lambdas/ack_backend/README.md +++ b/lambdas/ack_backend/README.md @@ -0,0 +1 @@ +test diff --git a/lambdas/batch_processor_filter/README.md b/lambdas/batch_processor_filter/README.md index 6ed81a86a..1d8b1039c 100644 --- a/lambdas/batch_processor_filter/README.md +++ b/lambdas/batch_processor_filter/README.md @@ -33,3 +33,5 @@ basis from an SQS FIFO queue. At a high-level, the pseudocode is as follows: - check the Audit Table if there is already an event processing for the given supplier + vacc type - if there is not, then update the event's status in the Audit Table and forward to SQS for processing by ECS - if there is, then throw an error so that the event is returned to the queue and will be tried again later + +test