Skip to content

Commit b364c15

Browse files
[PRMP-892] add cloudfront url to post document review lambda as env var
1 parent 1ce0dc7 commit b364c15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/lambda-post-document-review.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module "post_document_review_lambda" {
2727
WORKSPACE = terraform.workspace
2828
STAGING_STORE_BUCKET_NAME = module.ndr-bulk-staging-store.bucket_id
2929
EDGE_REFERENCE_TABLE = module.cloudfront_edge_dynamodb_table.table_name
30+
CLOUDFRONT_URL = aws_cloudfront_distribution.s3_presign_mask.domain_name
3031
}
3132
depends_on = [
3233
aws_api_gateway_rest_api.ndr_doc_store_api,

0 commit comments

Comments
 (0)