OCI Compute Failover Scenario using OCI Functions
Recently I had a use case with one of my customers that sounds something like this: "I have an application running in OCI on Compute Virtual Machines. I want my application to be resilient, so I…
Recently I had a use case with one of my customers that sounds something like this: "I have an application running in OCI on Compute Virtual Machines. I want my application to be resilient, so I…
We often need to send emails from our custom applications, either to inform users about something, or maybe for a password reset, etc. This sounds very simple and straightforward, but it can get complicated when you…
There are many use cases where a scheduler is needed to make constant calls to a Function - maybe to keep that function alive for better response time, or maybe the function is a listener to…
This article is an extension of this one, explaining the OCI Functions context and data. Let's say that you have an OCI function that is used to get, insert, and delete customers from a database. You…
I was playing lately with Oracle Cloud Infrastructure (OCI) Events Service and Functions and while searching through resources already available, I stumbled upon this great video about OCI Functions and I thought that it would be…