An open API service indexing awesome lists of open source software.

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

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
```