회사에서 실시간 로그 관련해서 작업을 하게 되었다. 기존 API에 로그 쌓는 것이 없었던 것... 충격!!! sentry와 연동 하기 위해서 결제 및 승인을 받아야해서... 먼저 이미 쓰고 있는 cloudwatch에 로그를 연동하려고 작업 했다. NestJS app.module.ts에서 onModuleInit (모듈의 종속성 처리 후 호출 되게 된다.) 참고 https://docs.nestjs.com/fundamentals/lifecycle-events Documentation | NestJS - A progressive Node.js framework Nest is a framework for building efficient, scalable Node.js server-side applications..