Conversation
…ming - Add NotificationTopic and NotificationQueue SNS/SQS infrastructure - Implement NotificationPublisher service for publishing notifications - Create NotificationStreamHandler for SSE via Lambda Function URL - Integrate badge earned notifications in BadgeService - Add daily study completion notifications in DailyStudyCommandService - Add test/quiz result notifications in TestCommandService and NewsQuizService - Add SQS client to AwsClients and JsonUtil helper methods Closes #500, #501, #502, #505, #506
…fication-system feat: Epic #499 - Real-time Notification System
hye-inA
pushed a commit
that referenced
this pull request
Jan 27, 2026
feat: Real-time Notification System (Epic #499)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Infrastructure
NotificationPublisher: SNS 기반 알림 발행 서비스NotificationMessage: 알림 메시지 DTO (Record + Builder)NotificationType: 8가지 알림 타입 enumNotificationConfig: SSE 설정 상수template.yaml: SNS Topic, SQS Queue, EventBridge Scheduler 추가Features
BADGE_EARNED)DAILY_COMPLETE)TEST_COMPLETE,NEWS_QUIZ_COMPLETE)GAME_END,GAME_STREAK)STREAK_REMINDER) - 매일 21:00 KSTRefactoring
NewsConfig: TTS, 페이지네이션, 퀴즈 피드백 상수 추출NewsKey: DynamoDB 키 빌더 메서드 추가Tests
NotificationConfigSpec,NotificationTypeSpec,NotificationMessageSpecNewsConfigSpec,NewsKeySpecRelated Issues
Closes Epic #499 Stories: #500, #501, #502, #505, #506, #507, #509
Test Plan
🤖 Generated with Claude Code