전체 글
-
nestjs에서 multer, multer-s3, aws-sdk/client-s3로 멀티 업로드Nest.js 2023. 10. 5. 21:11
$ npm i aws-sdk/client-s3 $ npm i multer $ npm i multer-s3 $ npm i @types/multer-s3 --save-dev 진짜 4시간 걸린 삽질 끝에 성공 했는데 하면서 발생했던 치명적 에러 TypeError: (0 , multers3.default) is not a function 나를 괴롭혔던 에러 | /app/src/common/builders/multer.builder.ts:60 | contentType: multerS3.AUTO_CONTENT_TYPE, | ^ | TypeError: Cannot read properties of undefined (reading 'AUTO_CONTENT_TYPE') | at MulterBuilder.build (/..
-
-
Nestjs에서 mail 보내기Nest.js 2023. 8. 16. 20:20
https://www.npmjs.com/package/@nestjs-modules/mailer @nestjs-modules/mailer NestJS - a mailer module (@mailer). Latest version: 1.9.1, last published: a month ago. Start using @nestjs-modules/mailer in your project by running `npm i @nestjs-modules/mailer`. There are 54 other projects in the npm registry using @nestjs-modules/mail www.npmjs.com https://re-man.tistory.com/entry/AI-NestJS%EC%97%90..
-
-
EC2에서 AWS RDS에 접속 하는 방법AWS/EC2 2023. 8. 13. 13:29
RDS에서 EC2 추가하는 것과 인바운드 아웃 바운드 설정을 마쳤다는 가정하에 기록한다.[@ ~]# sudo su -명령어로 관리자 권한을 얻는다.[@ ~]# yum search postgresql================================================================= Name & Summary Matched: postgresql =================================================================collectd-postgresql.x86_64 : PostgreSQL plugin for collectdpostgresql15.x86_64 : PostgreSQL client programspostgresql15-co..
-
Elastic Beanstalk에서 EC2에 직접적으로 접속 할 때 필요한 경로AWS/Elastic Beanstalk 2023. 8. 9. 21:18
https://wooogy-egg.tistory.com/17 AWS Elastic Beanstalk에서 배포한 서비스 EC2 접속 AWS beanstalk에 배포된 서버에서 테스트 시도 aws 웹사이트에서도 콘솔 접속이 가능하지만 vscode로 접속하고자 했음 이유는 로컬에서 편하게 서버 환경을 볼 수 있고 수정에 용이하기 때문 Problem Shoo wooogy-egg.tistory.com