Skip to content

Commit ab5ae80

Browse files
committed
Names handler correctly
1 parent 3515836 commit ab5ae80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-pdf-stitching.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "pdf-stitching-lambda" {
22
source = "./modules/lambda"
33
name = "PdfStitchingLambda"
4-
handler = "handlers.pdf_stitching_lambda_handler.lambda_handler"
4+
handler = "handlers.pdf_stitching_handler.lambda_handler"
55
lambda_timeout = 900
66
iam_role_policy_documents = [
77
module.ndr-lloyd-george-store.s3_write_policy_document,

0 commit comments

Comments
 (0)