Created
March 30, 2022 19:13
-
-
Save recursivecodes/0d4d6386dcbcc6212408e3fadfbb3f43 to your computer and use it in GitHub Desktop.
create-fn.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ oci fn function create \ | |
| --application-id=ocid1.fnapp.oc1.phx... \ | |
| --display-name=atp-auto-wallet-fn \ | |
| --memory-in-mbs=2048 \ | |
| --image=phx.ocir.io/toddrsharp/atp-auto-wallet/atp-auto-wallet-fn:0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment