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…
Recently, I was working on a project where I had a function that needed to handle GET, POST, and DELETE methods differently and I started searching on how could I know in my Function the request…