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 64ab1d1 commit 029caf6Copy full SHA for 029caf6
infrastructure/lambda-pdf-stitching.tf
@@ -19,7 +19,7 @@ module "pdf-stitching-lambda" {
19
api_execution_arn = null
20
is_invoked_from_gateway = false
21
lambda_environment_variables = {
22
- STITCH_SQS_QUEUE_URL = module.sqs-stitching-queue.sqs_url
+ PDF_STITCHING_SQS_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}"
0 commit comments