Functions: Get Started using the CLI

In this tutorial, you use an Oracle Cloud Infrastructure account to set up Oracle Functions development. Then, you create a function application and a function.

Key tasks include how to:

  • Set up an authentication token.
  • Gather required information.
  • Set up a VCN.
  • Set up the OCI Registry (OCIR).
  • Set up the CLI to deploy functions
  • Configure your Fn context.
  • Create an app for your Oracle function.
  • Create a function.
  • Deploy your function.
  • Test your function.
The images shows OCI components used to run Oracle functions.

For additional information, see:

Before You Begin

To successfully perform this tutorial, you must have the following:

1. Gather Required Information

Collect all the information you need to complete the tutorial.

2. Create your Virtual Cloud Network (VCN)

Set up a VCN to connect your Linux instance to the internet. You configure all the components needed to create your virtual network.

3. Set up OCI Command Line Interface

To develop functions on your local machine, you must set up the OCI Command Line Interface (CLI). This section assumes you have already installed Docker and Python 3.6+ and pip3.

Complete the following three sections to enable Oracle Functions development on your local machine with the CLI. For a detailed explanation of each step, see Set up Oracle Functions in a Local Dev Environment.

4. Prepare the OCI Registry for Functions

Next, you log Docker into the OCI Registry (OCIR).

5. Configure Functions

To use Oracle Functions, you must configure the Fn application context. The context stores the values needed to connect to the Oracle Functions service.

6. Create and Deploy a Function

With your configuration complete, create and deploy a function.

7. Review Function Information

After your functions run, information about your functions is available in the OCI Console.