Functions: Call a Function using API Gateway

In this tutorial, you use Oracle Functions to process data passed from Oracle API Gateway. You create a Python function that uses the runtime context to extract HTTP information passed in a request.

Key tasks include how to:

  • Gather required information.
  • Create an application for your function.
  • Create a "Hello World!" function.
  • Convert your function to process runtime context data.
  • Deploy and test your function.
  • Create an API Gateway for your function
  • Call your function from the internet using your API Gateway.
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. Copy the following information into your notepad.

2. Perform Required Configuration

Perform all the configuration you need for the tutorial.

3. Create an API Gateway

To call your function, create an API Gateway.

4. Update Function to Access HTTP and Function Data

Next, modify the boiler plate Python function to access the runtime context and display HTTP information.