# install dependencies
$ yarn global add serverless
$ yarn installTo run unit tests on your local
$ yarn testTo run a function on your local
$ sls invoke local --function createChargeTo simulate API Gateway locally using serverless-offline
$ yarn devDeploy to aws with node v8.10
$ yarn deploy