Skip to content

Commit 0851c76

Browse files
committed
add permission to stitching lambda
1 parent 7fa553f commit 0851c76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

infrastructure/lambda-pdf-stitching.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ module "pdf-stitching-lambda" {
55
memory_size = 1769
66
lambda_timeout = 900
77
iam_role_policy_documents = [
8-
module.ndr-lloyd-george-store.s3_read_policy_document,
98
module.sqs-nrl-queue.sqs_read_policy_document,
109
module.sqs-nrl-queue.sqs_write_policy_document,
1110
module.sqs-stitching-queue.sqs_read_policy_document,
1211
module.sqs-stitching-queue.sqs_write_policy_document,
1312
module.lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
1413
module.lloyd_george_reference_dynamodb_table.dynamodb_read_policy_document,
1514
module.unstitched_lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
16-
module.unstitched_lloyd_george_reference_dynamodb_table.dynamodb_read_policy_document
15+
module.unstitched_lloyd_george_reference_dynamodb_table.dynamodb_read_policy_document,
16+
module.ndr-lloyd-george-store.s3_read_policy_document,
17+
module.ndr-lloyd-george-store.s3_write_policy_document,
1718
]
1819
rest_api_id = null
1920
api_execution_arn = null

0 commit comments

Comments
 (0)