Api::V1::IssuesController#create (avg 2481ms, max 2615ms)
Summary: Api::V1::IssuesController#create Latency
결과#
Issue Service Lambda handler의 create 경로에서 불필요한 DynamoDB 재조회(getIssueWithFullInfo)를 제거하고, 알림 Lambda 호출을 병렬화하여 예상 ~260-1090ms 응답 시간 절감. 3개 파일 수정.
Pull Requests#
| Repo | PR | Branch |
|---|---|---|
| cupixworks | PR #87970 | feature/TSLA-13047 |
변경 내용#
cupixworks (applications/issue-service)#
create.ts: getIssueWithFullInfo() 제거, in-memory 응답 구성, Promise.all() 알림 병렬화lambda-helper.ts: LambdaClient 모듈 스코프 singletonconfig.ts: DynamoDBClient singleton export 추가
Cleanup#
bash
cd /home/ec2-user/repos/cupixworks
git worktree remove /home/ec2-user/error-sweeper/.worktrees/a3694e54-bc29-4e54-9756-5160d5a272ad/cupixworks