Recent Posts

Foojay Podcast #63: How do we keep our Java applications up to date and secure

Author: Charl Fasching Original post on Foojay: Read More Last month, I published a Foojay blog post about the risks in systems that are stuck on old or outdated Java versions and got a lot of feedback from developers. Most of them want to move on but get stuck on management decisions, outdated production environments, or one of the many …

Read More »

Run a Java Lambda Function From a Docker image

Author: Charl Fasching Original post on Foojay: Read More Have you ever wanted to deploy a Java Serverless function, but package it with a Docker Image? That is possible now with AWS new Container support. This guide will show you how to try it yourself, step by step! The Hello Lambda Function project contains an AWS Lambda maven application with …

Read More »