Skip to content

fix: Cognito 파라미터 CI/CD 배포 설정 및 끝말잇기 턴시간 설정 지원#537

Merged
DDINGJOO merged 2 commits into
developfrom
fix/unify-cognito-userpool
Jan 25, 2026
Merged

fix: Cognito 파라미터 CI/CD 배포 설정 및 끝말잇기 턴시간 설정 지원#537
DDINGJOO merged 2 commits into
developfrom
fix/unify-cognito-userpool

Conversation

@DDINGJOO

Copy link
Copy Markdown
Contributor

Summary

  • CI/CD 배포 시 Cognito User Pool 파라미터가 누락되어 401 에러가 발생하던 문제 해결
  • 끝말잇기 게임에서 방 설정의 turnTimeLimit을 사용하도록 수정

Changes

  • buildspec-dev.yml, buildspec-prod.yml: ExistingCognitoUserPoolId, ExistingCognitoClientId 파라미터 추가
  • GameSettings.java: turnTimeLimit 필드 추가
  • WordChainSession.java: baseTurnTimeLimit 필드 및 시간 계산 메서드 추가
  • WordChainService.java: ChatRoomRepository를 통해 방의 gameSettings에서 turnTimeLimit 조회

Test plan

  • dev 환경 배포 후 401 에러 발생하지 않는지 확인
  • 끝말잇기 게임 시작 시 설정된 턴 시간이 적용되는지 확인

…Limit support

- Add ExistingCognitoUserPoolId and ExistingCognitoClientId to buildspec-dev.yml and buildspec-prod.yml
- Add turnTimeLimit field to GameSettings for wordchain game
- Add baseTurnTimeLimit to WordChainSession for dynamic time calculation
- Update WordChainService to read turnTimeLimit from room's gameSettings
@DDINGJOO DDINGJOO merged commit 03ff9b0 into develop Jan 25, 2026
2 checks passed
@github-actions github-actions Bot added backend Backend code changes layer:entity Entity/Domain layer layer:service Service layer labels Jan 25, 2026
@github-actions

github-actions Bot commented Jan 25, 2026

Copy link
Copy Markdown

Jira: MESP-308

DDINGJOO added a commit that referenced this pull request Jan 25, 2026
…o-userpool

fix: Cognito 파라미터 CI/CD 배포 설정 및 끝말잇기 턴시간 설정 지원
hye-inA pushed a commit that referenced this pull request Jan 25, 2026
…o-userpool

fix: Cognito 파라미터 CI/CD 배포 설정 및 끝말잇기 턴시간 설정 지원
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Backend code changes layer:entity Entity/Domain layer layer:service Service layer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant