You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
사용자가 제출한 소스코드를 AWS SQS에 담은 후 이를 AWS Lambda가 채점하도록 설계하여 채점 결과를 Redis Pub/Sub에 제공합니다.
제공받은 Redis Pub/Sub를 구독하고 있는 백엔드 서버는 이 채점 결과를 받고 SSE로 결과물을 클라이언트에게 전달합니다.