readme
This commit is contained in:
parent
b0d928931a
commit
020f403b28
@ -111,7 +111,7 @@ docker-compose logs -f
|
|||||||
1. 在本地完整运行一次。
|
1. 在本地完整运行一次。
|
||||||
2. 打开并登录[函数计算 FC](https://fcnext.console.aliyun.com/cn-hangzhou/services)。注意左上方显示的地区,可点击切换其他地区。
|
2. 打开并登录[函数计算 FC](https://fcnext.console.aliyun.com/cn-hangzhou/services)。注意左上方显示的地区,可点击切换其他地区。
|
||||||
3. 创建服务 (日志功能可能产生费用,建议关闭)
|
3. 创建服务 (日志功能可能产生费用,建议关闭)
|
||||||
1. - 创建函数
|
1. 创建函数
|
||||||
2. 从零开始创建
|
2. 从零开始创建
|
||||||
1. `请求处理程序类型:处理事件请求`
|
1. `请求处理程序类型:处理事件请求`
|
||||||
2. `请求处理程序:index.main_handler`,多用户请填写`index.main_handler_mulit`
|
2. `请求处理程序:index.main_handler`,多用户请填写`index.main_handler_mulit`
|
||||||
@ -124,6 +124,7 @@ docker-compose logs -f
|
|||||||
1. 打开 `函数详情`
|
1. 打开 `函数详情`
|
||||||
2. 点击`测试函数`
|
2. 点击`测试函数`
|
||||||
5. 完成
|
5. 完成
|
||||||
|
|
||||||
## 使用的第三方库
|
## 使用的第三方库
|
||||||
|
|
||||||
requests: [github](https://github.com/psf/requests) [pypi](https://pypi.org/project/requests/)
|
requests: [github](https://github.com/psf/requests) [pypi](https://pypi.org/project/requests/)
|
||||||
|
Loading…
Reference in New Issue
Block a user