devsapp / fc

阿里云函数计算(FC)组件
MIT License
139 stars 40 forks source link

s local start 一个纯faas 服务无法固定端口 #804

Closed stalker-silence closed 2 years ago

stalker-silence commented 2 years ago

为了便于本地调试希望s local start 能够固定启动host、port

wss-git commented 2 years ago

比如我调试的接口固定是: http://my.console.aliyun.com:8000/

  1. 绑定本地的 host
    127.0.0.1 my.console.aliyun.com
  2. 运行指令
    s api local start --server-port 8000
  3. 访问地址 image

参考文档:https://docs.serverless-devs.com/fc/command/local#local-start-%E5%91%BD%E4%BB%A4