Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: 기존 서버 Adapter 구현 및 AWS SNS Publisher 구축 #124

Merged
merged 14 commits into from
Nov 6, 2023

Conversation

jihwan2da
Copy link
Member

@jihwan2da jihwan2da commented Nov 4, 2023

Issue number

  • resolved #0

작업 사항

Adapter 구현

구현한 이유

  1. 기존 레거시 코드들추가되는 기능 및 서버서로 관계가 있음(ex. 지원서가 승인 되면 알림을 저장한다.)
    -> 따라서 기존 레거시 서버와 새로 추가되는 서버와 통합이 필요한데 기존 레거시 서버의 모델들(ex. 이벤트 모델)이 공통적으로 사용할 수 없는 모델임(공통된 이벤트 모델이 아니라 기존의 개발을 위해 짜여져서 기존 모델을 새로운 서버가 사용못하는 문제가 발생)
    -> 따라서 두 모델을 통합하기 위해 모델을 맞춰야 하는 기능이 필요한데 그 기능을 Adapter가 할 수 있도록 구현하였습니다.

AWS SNS 구축

추가된 ENV

  • APPLY_TOPIC
  • GROUP_MEMBER_TOPIC

@jihwan2da jihwan2da merged commit 7829896 into dev Nov 6, 2023
1 check passed
@jihwan2da jihwan2da deleted the feat/message-adapter branch February 12, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant