[aws]lambda용 lib파일 설치

코드왕·2023년 10월 31일
0
  1. python 폴더를 만들고 모듈들을 설치하자
> mkdir python
> pip install {모듈명} -t .\python\
profile
CODE DIVE!

0개의 댓글