Skip to content

Commit 3bae06d

Browse files
[PRMP-1147] missed one
1 parent c8c58ed commit 3bae06d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/lambda-review-document-status.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module "review-document-status-check-lambda" {
1818
APPCONFIG_CONFIGURATION = module.ndr-app-config.app_config_configuration_profile_id
1919
DOCUMENT_REVIEW_DYNAMODB_NAME = module.document_upload_review_dynamodb_table.table_name
2020
WORKSPACE = terraform.workspace
21+
PDS_FHIR_IS_STUBBED = local.is_sandbox
2122
}
2223

2324
depends_on = [
@@ -30,7 +31,7 @@ module "review-document-status-check-lambda-alarm" {
3031
source = "./modules/lambda_alarms"
3132
lambda_function_name = module.review-document-status-check-lambda.function_name
3233
lambda_timeout = module.review-document-status-check-lambda.timeout
33-
lambda_name = "search_document_review_handler"
34+
lambda_name = "review_document_status_check_handler"
3435
namespace = "AWS/Lambda"
3536
alarm_actions = [module.review-document-status-check-alarm-topic.arn]
3637
ok_actions = [module.review-document-status-check-alarm-topic.arn]

0 commit comments

Comments
 (0)