Option 1 (recommended): Use the fn cli tool We recommend using the fn cli tool which will handle all of this for you. But if you'd like to dig in and customize your images, look at Option 2. Option 2: Build your own images Packaging a function has…
主要是文件 func.yaml func.json 详细说明如下: An example of a function file: name: fnproject/hello version: 0.0.1 type: sync memory: 128 config: key: value key2: value2 keyN: valueN headers: Content-Type: text/plain build: - make - make test expects: config: - n…