@@ -5,25 +5,27 @@ 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
2021 is_invoked_from_gateway = false
2122 lambda_environment_variables = {
22- STITCH_SQS_QUEUE_URL = module.sqs- stitching- queue.sqs_url
23- NRL_SQS_QUEUE_URL = module.sqs- nrl- queue.sqs_url
24- LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . lloyd_george_dynamodb_table_name } "
25- STITCH_METADATA_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . unstitched_lloyd_george_dynamodb_table_name } "
26- WORKSPACE = terraform.workspace
23+ PDF_STITCHING_SQS_URL = module.sqs- stitching- queue.sqs_url
24+ NRL_SQS_URL = module.sqs- nrl- queue.sqs_url
25+ LLOYD_GEORGE_BUCKET_NAME = " ${ terraform . workspace } -${ var . lloyd_george_bucket_name } "
26+ LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . lloyd_george_dynamodb_table_name } "
27+ UNSTITCHED_LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . unstitched_lloyd_george_dynamodb_table_name } "
28+ WORKSPACE = terraform.workspace
2729 }
2830}
2931
0 commit comments