Micronaut VS pure groovy AWS Lambdas
“Have you seen this new serverless framework - Micronaut?” - said once my colleague. “Yea, but this is just a framework, it is not quicker than writing pure light function if in the same Groovy language.” - responded I. “Yes, but it uses AST transformation and a lot of things moved to the compile time.” - he said. This conversation was the source of the idea to compare two simple AWS Lambdas: written as a groovy class and the groovy function in Micronaut.