Creating Functions Using Code Editor
Find out how to create and deploy functions to OCI Functions using the Code Editor.
Read about how to create and update functions using Oracle Cloud Infrastructure Code Editor. The Code Editor provides a rich, in-console editing environment that enables you to create and edit code without having to switch between the Console and your local development environment.
You can use Code Editor to create and update functions based on:
- template functions written in different languages. See Using a Template to Create a Function with Code Editor.
- existing function code in remote Git repositories. See Using a Code Repository to Create a Function with Code Editor.
- sample functions supplied with OCI Functions that provide useful functionality out-of-the-box. See Using a Sample to Create a Function with Code Editor.
For more information about Code Editor features and functionality, see Code Editor.