Skip to content

Commit c056252

Browse files
CCM-12059: Improve Eventpub Lambda Build
1 parent 4930d22 commit c056252

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/modules/eventpub/archive_file_lambda.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
data "archive_file" "lambda" {
22
type = "zip"
3-
source_dir = "${path.module}/../../../lambda/eventpub/src"
4-
output_path = "${path.module}/../../../lambda/${local.csi}_eventpub.zip"
3+
source_dir = "${path.module}/lambda/eventpub/src"
4+
output_path = "${path.module}/lambda/${local.csi}_eventpub.zip"
55

66
excludes = [
77
# NodeJS Exclusions

0 commit comments

Comments
 (0)