redundant4u/SeolMyeongTang-Server

Notion API 데이터 DB 저장

redundant4u opened this issue · 1 comments

Problem

  • Notion API 호출 속도가 느림
  • 네트워크 환경이 안 좋으면 Next에서 axios timeout 에러 발생

Solution

  • 서버 DB에 Notion API 내용 저장하여 Notion API를 통하지 않도록 변경
  • 글이 업데이트 될 때마다 Notion API 데이터를 가져와 업데이트 할 수 있도록 구성
  • dynamoDB로 변경하여 notion api를 대체하는 것으로 결정