From 79f5a9b2ded4278440a1aef2452ef48eb3dddb04 Mon Sep 17 00:00:00 2001 From: Gianfranco Paoloni Date: Thu, 5 Dec 2024 18:13:47 -0300 Subject: [PATCH] fix: mismatch on sns topics naming part 2 --- hrm-domain/hrm-core/notifications/entityChangeNotify.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrm-domain/hrm-core/notifications/entityChangeNotify.ts b/hrm-domain/hrm-core/notifications/entityChangeNotify.ts index 40b3f375..8d7898b8 100644 --- a/hrm-domain/hrm-core/notifications/entityChangeNotify.ts +++ b/hrm-domain/hrm-core/notifications/entityChangeNotify.ts @@ -53,7 +53,7 @@ const PENDING_INDEX_QUEUE_SSM_PATH = `/${process.env.NODE_ENV}/${ const getSnsSsmPath = dataType => `/${process.env.NODE_ENV}/${ process.env.AWS_REGION ?? process.env.AWS_DEFAULT_REGION - }/sns/hrm/${dataType}/notifications-sns-topic-arn`; + }/hrm/${dataType}/notifications-sns-topic-arn`; const publishToSearchIndex = async ({ message,