Fun with Go Functions: Flexible Oracle Functions Logging to Syslog

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 i really have missed this for most of the services, Read more…

Runtime version problems when building fnproject functions? Just roll your own images then.

When playing around with Oracle Functions and fnproject i pretty soon encountered some build problems for my function written in Go. It simply didn’t play well with some newer Go modules i was using. To understand what was happening here, you need to understand how serverless functions in fnproject are built and deployed. Basically you get docker images used for Read more…