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
Well we all are familiar with the AWS Cloud services, one such cloud service I often use is SES, its called as Simple Email Service, As name suggest this is used for sending
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
Amazon has SQS is fully managed Message Queuing Service, This is designed to ease the exchanging messages between two systems. And this might helps to decouple the the system. For example to trigger
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