- Node.js can be installed using nvm
- Serverless installed locally :
npm i -g serverless
- an AWS account : AWS Console
- Create an aws access key
- Configure your aws credentials locally :
- using aws cli : https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html
- using serverless :
serverless config credentials --provider aws --key <key> --secret <secret>