In this microservice world, we always emphasize passing any HTTP request through the API/Service gateway layer that Connects Multiple micro-services with having a Bare minimum requirement of Logging all the requests and
Just to begin AWS Lambda is server less architecture, which allows you to run the code without managing the server and cost is pay per use, usually its based on number of invocation
As most of us use spring boot as our got to framework for web development. And Also we are rapidly moving towards the Micro Services, One concern is to effectively monitor and trace
I started learning new framework called Micronaut, Micronaut is lightweight Java web framework, Which is cloud native in nature which support Java, Groovy and Kotlin and main advantage of the micronut its light
I am learning new framework called Micronaut. And I wanted to know how to upload the file and modify the configuration to allow multipart data, So I began googling and consolidate my learning