barrantesgerman / micronaut-workout

Home Page:https://refactorfirst.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micronaut Framework Example Workout

In this workout I am trying out how to work with micronaut. It apparently has better startup performance as compared to spring boot.

[MicronautApp] : Here, I have created a project using DDD(Domain Driven Development) hexagonal code structure which performs simple CRUD operation on orders, Integration tests with TestContainers and Mapper using Mapstruct.

[Micronaut Lambda Function] : Here, I have created a project in which I use the Micronaut’s serverless function feature to create AWS lambda function that handles incoming request. Its a very siple and straightforward project to demonstrate Micronaut’s serverless capabilities.

[Micronaut Lambda Application] : Here, I have created a project in which I use the Micronaut’s capability to create an applciation that can handle request that can come through an API Gateway. This allows me to do varous GET, PUT and POST operations.

I have written about all of these on my website RefactorFirst.com

About

https://refactorfirst.com


Languages

Language:Java 100.0%