Skip to content

Commit 97692b7

Browse files
committed
[PRM-912] Add new Lambda layer for stitching
Signed-off-by: NogaNHS <127490765+NogaNHS@users.noreply.github.com>
1 parent 2d99b47 commit 97692b7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

infrastructure/lambda-layers.tf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ module "lambda-layer-reports" {
2121
module "lambda-layer-files" {
2222
source = "./modules/lambda_layers"
2323
layer_name = "files"
24-
}
24+
}
25+
26+
module "lambda-layer-stitching" {
27+
source = "./modules/lambda_layers"
28+
layer_name = "stitching"
29+
}

0 commit comments

Comments
 (0)