tree: c51ff0ccf157974beb1032b38d45678ea82b3e1b [path history] [tgz]
  1. input/
  2. output/
  3. hello_world.js
  4. hello_world_with_params.js
  5. README.md
  6. web_action_hello_world.js
  7. web_action_hello_world_no_input.js
  8. web_action_raw.js
runtimes/proxy/single_entrypoint/README.md

Single Entrypoint Proxy

This is a repo to store single entrypoint proxy example test cases, such as Knative Serving. All single entrypoint execution environments should follow the contract this defined in the single entrypoint documentation.

The action code for each example is defined in the is directory, and the input directory has JSON files where the filename corresponds to the input for a the action code of the same file name, but with an -init, -run, or -init-run postfix. The output directory similarly has the expected output for that file.