AWS Lambda APIs using Micronaut along with basic CI & CD (Gitlab CI) steps.
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 and execution time.
Usually lambda is preferred for small task or to have platform specific trigger. But