Cloud Fun with Go Functions: Flexible Oracle Functions Logging to Syslog Max Jahn, September 20, 2020March 29, 2023 Oracle recently added a new logging service to their offering. This logging service supports both custom and service logs. The former is your classic “agent-sends-log-to-logserver” type of log service. The latter will finally give access to logs coming from services such as Load Balancers, API Gateways, Events or Functions. While… Continue Reading
Cloud Fun with Functions – OCI Serverless Part 2: Go Functions and Events Max Jahn, August 3, 2020November 12, 2023 This is the second part of my series covering aspects of Oracle Functions. To get an understanding of the environment we are working in, i recommend reading part 1 first if you haven’t done so already. In this post i will cover a simple serverless function written in Go that… Continue Reading
Cloud Fun with Functions – OCI Serverless Part 1: Environment Setup Max Jahn, July 27, 2020November 12, 2023 I’ve been pretty busy lately, doing certifications for OCI and Azure and having to deal with daily business, so there was no post on this blog for quite some time. As you might have guessed, i had as well spent some time digging into the Oracle serverless offering which is… Continue Reading