Skip to content

Instantly share code, notes, and snippets.

@SatyakiDe2019
Created March 29, 2021 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SatyakiDe2019/063b7662d315486d1e8033a8f6f3dfc4 to your computer and use it in GitHub Desktop.
Save SatyakiDe2019/063b7662d315486d1e8033a8f6f3dfc4 to your computer and use it in GitHub Desktop.
This is a demo of oracle function deployment json for API-Gateway
{
"routes": [
{
"path": "/getdata",
"methods": [
"GET","POST"
],
"backend": {
"type": "ORACLE_FUNCTIONS_BACKEND",
"functionId": "ocid1.fnfunc.oc1.us-sanjose-1.aaaaxxxxxxxjdjfjfjfjfjfjfjfjfjfjfjfjfjfjfjdsssssss2dfjdfjdjd33376dq"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment