

To wrap up the 5 part series, lets look more deeply into how to do automated testing of your Serverless application

Part 4 of 5 with our series and its time to start implementing our architecture in code and configuration using some appropriate design patterns and following a Function as a Microservice style.

In this 3rd part of our 5 part series about Java and Serverless, we design our full architecture and look at all the pieces in preperation for our code.

When building Java based Serverless applications, testing locally can be handy. In part 2 of the series we find out how.

Serverless and Java (using Kotlin) can be a great match. Juan spends the time this week showing us how with part 1 being all about setting up.