https://github.com/phodal/serverless-wechat
Serverless Boilerplate for Wechat Platform
https://github.com/phodal/serverless-wechat
serverless serverless-framework
Last synced: about 1 year ago
JSON representation
Serverless Boilerplate for Wechat Platform
- Host: GitHub
- URL: https://github.com/phodal/serverless-wechat
- Owner: phodal
- Created: 2017-11-02T06:33:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T06:35:51.000Z (over 8 years ago)
- Last Synced: 2025-01-04T23:28:51.348Z (over 1 year ago)
- Topics: serverless, serverless-framework
- Language: JavaScript
- Homepage: https://github.com/phodal/serverless-guide
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Serverless 微信公号
===
1.clone
```
serverless install -u https://github.com/phodal/serverless-wechat -n wechat
```
2.install
```
yarn install
```
3.route
need to setup route 53 on aws
4.change config in config.yml
5.deploy
```
serverless deploy
```