如何使用 Wintersmith + Serverless Framework 快速创建个人站点
如何使用Wintersmith + Serverless Framework快速创建个人站点
使用Wintersmith+Serverless Framework快速创建个人站点是非常简单的。只需要几步就可以完成:
1.首先,使用npm安装Wintersmith:
npm install -g wintersmith
2.然后,使用Wintersmith创建一个站点:
wintersmith new mysite
3.接下来,使用Serverless Framework创建一个服务:
serverless create --template aws-nodejs --path mysite-api
4.最后,将站点部署到AWS Lambda上:
serverless deploy
到这里,你的站点就已经成功地部署到了AWS Lambda上了。
相关文章