diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 44937ff..d84ccd2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,7 @@ # NHS Notify Code Owners # Notify default owners -* @rossbugginsnhs @m-houston @aidenvaines-bjss @timireland +* @NHSDigital/nhs-notify-admins # Codeowners must be final check /.github/CODEOWNERS @NHSDigital/nhs-notify-code-owners diff --git a/infrastructure/modules/eventpub/archive_file_lambda.tf b/infrastructure/modules/eventpub/archive_file_lambda.tf index def1d12..30f972f 100644 --- a/infrastructure/modules/eventpub/archive_file_lambda.tf +++ b/infrastructure/modules/eventpub/archive_file_lambda.tf @@ -1,9 +1,9 @@ resource "archive_file" "lambda" { type = "zip" - source_dir = "${path.module}/lambda/eventpub/src" + source_dir = "${path.module}/../../../lambda/eventpub/src" # Timestamp in path to resolve https://github.com/hashicorp/terraform-provider-archive/issues/39 - output_path = "${path.module}/lambda/eventpub_${timestamp()}.zip" + output_path = "${path.module}/../../../lambda/eventpub_${timestamp()}.zip" excludes = [ # NodeJS Exclusions "**/__tests__",