Skip to content

Commit

Permalink
refactor: ♻️ ft client secret 을 aws secrets manager 에서 가져오도록 변경
Browse files Browse the repository at this point in the history
현재는 따로 caching 하지 않는 상황이긴 한데, 이 부분을 추후 최적화 해볼 여지는 있습니다.

- close #368
  • Loading branch information
jpham005 committed Oct 26, 2023
1 parent d3a619d commit ee78dac
Show file tree
Hide file tree
Showing 10 changed files with 971 additions and 51 deletions.
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"dependencies": {
"@apollo/server": "^4.9.4",
"@aws-sdk/client-secrets-manager": "^3.433.0",
"@nestjs/apollo": "^12.0.7",
"@nestjs/axios": "^3.0.0",
"@nestjs/cache-manager": "^2.0.1",
Expand Down
Loading

0 comments on commit ee78dac

Please sign in to comment.