-
This repo focus on creating a interface of:
-
(listen the messeage events) => (executing some tasks)
-
The task maybe can create a scheludlar job, or show some text, but in this repo, we just reply text
-
-
If you're not so famillar with serverless, you can:
-
check my tutorial repo
-
check the official document
-
-
If you can read Chinese, you can read my article : 實作 Serverless 的 facebook messenger bot
-
Create a serverless project
serverless project create
- clone this repo into your project directory
git clone git@github.com:abalone0204/erverless-facebook-messenger-bot-starter.git .
- Install dependencies
npm install
- Deploy
serverless dash deploy