Skip to content

OCI Functions

Compare
Choose a tag to compare
@naikvenu naikvenu released this 02 Feb 04:16
· 150 commits to master since this release
36005f7

Note: There is a pre-requisite docker image required before using this example. Refer https://github.com/oracle-quickstart/oci-observability-and-management/blob/master/examples/oci-functions/README.md

This is a OCI (Oracle Cloud Infrastructure) Functions Hello World terraform automation. It creates all the necessary OCI resources (Compartment, User Groups, Users, VCN, Subnets etc..) required including OCI functions application and function and finally invokes it. All this is done using terraform.

In this example we will:

  • Create Functions User Group
  • Create Functions Users
  • Create Functions Policies.
  • 1 x Virtual Cloud Network
  • 1 x Subnet (Public)
  • 1 x Internet Gateway for Public Subnet
  • 1 x OCI function and invoke it