Serverless Demo: A simple RESTful API
Tutorial
-
Sorry, but it's only written in Chinese now:
How to run?
- You should install
serverless-framework
first
npm install -g serverless
-
Then clone this git repo to your project directory and run
npm install
- Deploy
serverless dash deploy
- Then you have your own RESTful api.