Install Node.js and AWS CLI in your PC.
After that, execute aws configure
and setup your access key to AWS in interactive command.
Install Serverless framework CLI in your PC
yarn global add serverless
sls -v
To deploy lambda functions to AWS
make deploy
To remove lambda functions from AWS
make remove