We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3515836 commit ab5ae80Copy full SHA for ab5ae80
infrastructure/lambda-pdf-stitching.tf
@@ -1,7 +1,7 @@
1
module "pdf-stitching-lambda" {
2
source = "./modules/lambda"
3
name = "PdfStitchingLambda"
4
- handler = "handlers.pdf_stitching_lambda_handler.lambda_handler"
+ handler = "handlers.pdf_stitching_handler.lambda_handler"
5
lambda_timeout = 900
6
iam_role_policy_documents = [
7
module.ndr-lloyd-george-store.s3_write_policy_document,
0 commit comments