Creating Functions Using Pre-Built Functions
Find out how to create functions and applications with OCI Functions using pre-built functions.
Overview
Pre-built Functions (PBFs) provide you with a catalog of ready-to-use tasks or actions implemented using Oracle Cloud Infrastructure Functions. You don't need to write, build, package, and maintain function code. Pre-built functions can leverage the existing integration between OCI Functions and other OCI services (such as Event Rules, and Connector Hub) to offer a seamless integration experience.
Examples of pre-built function tasks include:
- Automatically rotate the database secrets and generate newer versions in Vault.
- Send logs or metrics from Oracle Cloud Infrastructure Monitoring to external systems like Splunk using OCI Functions and Connector Hub.
- Clean up orphaned resources in a tenancy given a certain age in days.
- Read a zipped file from Object Store, unzip it, and push it to an Object Store.
- Zip files in an object storage bucket and store the zipped file in a destination bucket.
Select Pre-Built Function
After navigating to the Pre-Built Functions page, select the function to create. The following pre-built function catalog pages provide details about each function:
- Cost Reports FOCUS Converter Function
- Database Secret Rotation with Wallet Function
- Database Secret Rotation without Wallet Function
- Document Generator Function
- Media Workflow Job Spawner Function
- Object Storage File Extractor Function
- Object Storage File Zip Function
- Zero Quota Policy Creator Function