Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created March 30, 2022 19:13
Show Gist options
  • Select an option

  • Save recursivecodes/a48b19c943796de9fbb88b6d762a1bd4 to your computer and use it in GitHub Desktop.

Select an option

Save recursivecodes/a48b19c943796de9fbb88b6d762a1bd4 to your computer and use it in GitHub Desktop.
create-fn-app.sh
$ oci fn application create \
--display-name=atp-wallet-demo \
--subnet-ids='["'$OCI_FAAS_SUBNET'"]' \
--compartment-id=$OCI_FAAS_COMPARTMENT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment