News

This is a (simple) example AWS Lambda function using my Custom Java Lambda Base Image. You can always find the base images in the ECR Public Gallery. Note that as of the time of this writing, the base ...
The following Java code is more than sufficient to act as a fully compliant AWS Lambda function: /* Example Java-based AWS Lambda function */ public class AwsLambdaFunctions { public String ...
Any method you can conjure up takes an object and returns an object that fulfills the Java Function contract. How to use Java’s Function interface. For this Java Function interface example, we will ...