Handle Custom JAVA Exceptions in AWS Lambda with Spring Boot
In this tutorial, we are going to see how we can throw custom exceptions with a custom payload in a Spring Boot application and deploy it on AWS as a serverless Lambda function. Let us start by creating a simple Spring boot project. In this project, we are going to create a Request Handler that…
Read More Handle Custom JAVA Exceptions in AWS Lambda with Spring Boot