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.
🐕 과제 구현 명세
Netflix API 추가 후에 배포 진행했습니다!
동적이지 않은 매우 정적인 상태인데, 추후 디벨롭하겠습니다.
구현한 엔드포인트
🐥 이런 점이 새로웠어요 / 어려웠어요
아직은 node 생태계가 어색한 것 같습니다. 오히려 코드 구현은 괜찮은데, 그 이전의 세팅과정이 어색해서 빨리 익숙해져야 겠다는 생각을 했습니다.
PM2라는 친구가 매우 매력적이었습니다! 아마 프로덕션에 배포할때 dockerize를 할 것 같은데 그때 잘 이용하면 시너지가 좋을 것 같아요.
S3 관련해서 완전 Public으로 두면 링크가 한번 노출되었을 때 READ매크로 대응에 힘들 것 같아 프로덕션에서는 presigned url을 이용해야겠다고 생각했습니다.