Management demo for serverless environment.
Before all below steps, you should install Serverless Framework globally:
$ npm i serverless -g
Severless cli is very convenient, it can download templates in any github
project which should contain serverless.yml
file.
$ serverless create --template-url https://github.com/yugasun/tencent-serverless-demo/tree/master/serverless-env
Deploy via the serverless
command:
$ serverless
Use the --debug
flag if you'd like to learn what's happening behind the
scenes:
$ serverless --debug
MIT