Skip to content

Commit e8b0989

Browse files
authored
[PRMP-1511] Add APIM URL to pdf-stitching-lambda
1 parent 1504776 commit e8b0989

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/lambda-pdf-stitching.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module "pdf-stitching-lambda" {
2020
api_execution_arn = null
2121
is_invoked_from_gateway = false
2222
lambda_environment_variables = {
23+
APIM_API_URL = data.aws_ssm_parameter.apim_url.value
2324
PDF_STITCHING_SQS_URL = module.sqs-stitching-queue.sqs_url
2425
NRL_SQS_URL = module.sqs-nrl-queue.sqs_url
2526
LLOYD_GEORGE_BUCKET_NAME = "${terraform.workspace}-${var.lloyd_george_bucket_name}"

0 commit comments

Comments
 (0)