OCI Fn functions and resources used for hands-on lab practices in the OCI Developer Professional course
hello-python: A simple Python Hello World function - used for Lab 06 & Lab 08
custom-docker: A Node function that requires editing a custom Dockerfile - used for Lab 07
request-info: A Python function that returns HTTP request info and function info - used for Lab 09
API-specs: A folder containing an OpenAPIv3.0 description for the PetStore API - used for Lab 10
create-file: A Java function that writes to an OCI Stream and Object Storage bucket - used for Lab 11
event-fn: A Java function that processes image metadata when triggered by a CloudEvent - used for Lab 12
hello-node-test: A Node Hello World function setup for testing with Jest - used for Lab 13
vault-secret: A Python function that retrieves a secret from an OCI Vault - used for Lab 14