This repository provides examples demonstrating how to use Oracle Functions.
Description | Python | Java |
---|---|---|
Hello World | sample | sample |
List OCI Compute instances | sample | sample |
Control OCI Compute instances (start/stop/status) | sample | |
List OCI compartments | sample | |
List objects in OCI Object Storage | sample | sample |
Read an object in OCI Object Storage | sample | sample |
Create an object in OCI Object Storage | sample | sample |
Create a PAR in OCI Object Storage | sample | |
Display an OCI Cloud Event | sample | |
Invoke another Function | sample | |
Run a SQL statement against Autonomous DB using ORDS | sample | |
Run a SQL statement against Autonomous DB using DB Client | sample | |
Publish a notification using ONS | sample | |
Send an email using Email Delivery Service | sample | |
Decrypt cipher using Vault keys | sample |
Description | Code | Docs |
---|---|---|
Provide the size of an image (Custom Dockerfile, image library) | repo | |
Automatically load data from Object Storage into Autonomous DataWarehouse | repo |
You can find the online documentation for Oracle Functions at docs.oracle.com and information about the Fn project at https://fnproject.io/.
See CONTRIBUTING
See LICENSE