Java

Deploying Java Lambdas using AWS CDK and Maven

Java is one of the most popular language in use today. However, I have not run across a lot of people using Java with AWS Lambda or CDK. In this post, I will demonstrate how to deploy Java to AWS Lambda using AWS CDK and provide a sample repo structure to copy for your own purposes.

Java State Enum

A simple enum with all the states in it. Should be a good starting point for anyone that needs it.

Spring Roo Database Reverse Engineer with Oracle

Unfortunately, due to licensing restrictions with the Oracle JDBC Drivers, this is a little difficult. There are a few blog posts and forum threads that address the problem but I figured I would post what worked for me here.