mac 환경에서 aws lambda 용 serverless project 생성을 해보자 | 프로젝트 폴더를 생성 ⇒ mkdir serverlessProject | npm init, package.json 생성 (y 옵션을 사용하면 바로 package.json 생성 할 수 있다.) ⇒ npm init -y 설정 package name version description entry point test command git repository keywords author license | Serverless 설치하기 ⇒ npm install serverless | python template 생성하기 ⇒ npx serverless create --template aws-python3