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…
You probably ended up here because you have a script that makes many API calls to Oracle Cloud Infrastructure and some of your requests fail due to an HTTP 429 TooManyRequests error. Why do you get…
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…