Creating Image-Based Functions Using Code Editor
Find out how to create and deploy image-based functions to OCI Functions using the Code Editor.
Read about how to create and update image-based 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.
This topic describes creating and deploying image-based functions using Code Editor. To create a function from an archive without building and publishing a container image, see Creating Functions from Archives (Code-only Functions).
You can use Code Editor to create and update image-based functions based on:
- template functions written in different languages. See Using a Template to Create an Image-Based Function with Code Editor.
- existing function code in remote Git repositories. See Using a Code Repository to Create an Image-Based Function with Code Editor.
- sample functions supplied with OCI Functions that provide useful functionality out-of-the-box. See Using a Sample to Create an Image-Based Function with Code Editor.
For more information about Code Editor features and functionality, see Code Editor.