Micronaut 4 application on AWS Lambda- Part 6 REST API application
Introduction In the part 1 we introduced our sample application. We basically used AWS Lambda Functions like GetProductByIdHandler where we extended io.micronaut.function.aws.MicronautRequestHandler and injected DynamoProductDao and other services by using Jakarta EE jakarta.inject.Inject annotation. While this is a valid approach, sometimes you have existing Micronaut REST application which runs on containers or servers, and you’d…