Skip to content

Commit

Permalink
Merge pull request #785 from techmatters/gian_fix-missmatch-sns-topic…
Browse files Browse the repository at this point in the history
…s-names

fix: mismatch on sns topics naming
  • Loading branch information
GPaoloni authored Dec 5, 2024
2 parents 1c7aeb3 + f4eb61e commit 1ea3224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrm-domain/hrm-core/notifications/entityChangeNotify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}/update-notifications-sns-topic`;
}/sns/hrm/${dataType}/notifications-sns-topic-arn`;

const publishToSearchIndex = async ({
message,
Expand Down

0 comments on commit 1ea3224

Please sign in to comment.