AWS Lambda with Spring Boot – A Simple GreetMe Example
In this tutorial, we are going to see how to create a simple Spring Boot project containing a handler that takes the name of the user as a parameter and returns a welcome message. We are then going to deploy it as a serverless application on AWS Lambda and test it. The first step is…
Read More AWS Lambda with Spring Boot – A Simple GreetMe Example