官网:
Serverless 工具 官网:https://serverless.com/
Firebase 官网:https://firebase.google.cn/
AWS Amplify:https://aws-amplify.github.io/docs/
阿里云插件:https://github.com/aliyun/serverless-aliyun-function-compute
安装
npm install -g serverless
serverless config credentials --provider aws --key [KEY] --secret [SECRET]
serverless config credentials --provider aws --key XXXXXXXXXXXXX --secret XXXXXXXXXXXXX
serverless create --template aws-nodejs --path myService
serverless create --template aws-nodejs --path helloWorld
serverless deploy
测试