[AWS]
IAM : 사용자 등록하고, 정책 설정
serverless 설치
- npm install serverless -g (Install serverless globally)
- serverless login
- serverless create — template aws-nodejs-ecma-script
- serverless deploy — stage dev
Koa, Koa-router
Expressive middleware for node.js using ES2017 async functions
Babal-node
- npm install babel-cli -g
- Babel은 최신 ES 표준에 맞춰 작성된 코드를 아직 표준 기능을 구현하지 않은 브라우저와 플랫폼에서도 코드가 작동할 수 있도록 만들어주는 코드 transpiler와 polyfill 도구의 집합
Nodemon
node.js 수정시 자동으로 서버를 재시작하게 해준다
serverless-http
Use your existing middleware framework (Express, Koa) in AWS Lambda
… 더 필요한거 있으면 추가할 예정