From c6e69495ecbb75881dea2b63b6fe216522680d3e Mon Sep 17 00:00:00 2001 From: Ed Hall <239591530+edhall-nhs@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:07:53 +0000 Subject: [PATCH 1/3] Test --- infrastructure/instance/ack_lambda.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From 1245350e90cf90236ffc310126c61b92c7c96f1b Mon Sep 17 00:00:00 2001 From: Ed Hall <239591530+edhall-nhs@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:25:11 +0000 Subject: [PATCH 2/3] Test new image built --- lambdas/ack_backend/README.md | 1 + 1 file changed, 1 insertion(+) 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 From 30dcaa9f57b35fdce414317e4877031344b2e0ab Mon Sep 17 00:00:00 2001 From: Ed Hall <239591530+edhall-nhs@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:38:31 +0000 Subject: [PATCH 3/3] Test change in other lambda doesn't create new build --- lambdas/batch_processor_filter/README.md | 2 ++ 1 file changed, 2 insertions(+) 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