Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

26 lines (13 loc) · 1.36 KB

How to Contribute

Development of function conversion suites for different programming languages. Refer to the proposal first: Add Function Framework .

  • Main function template

    During the build process of OpenFunction, the builder renders the user code using the main function template, based on which the mian function in the app image is generated.

    Refer to main-function-template to learn how it works.

  • Function handler library

    Used to register different types of functions to the HTTP server to provide terminal access.

    Refer to function-handler-library to learn how it works.

  • Function Context

    A standard context structure to pass function semantics.

    Refer to function-context to learn how it works.

Development Guide

Please refer to the OpenFuntion Development Guide before start contributing.