Micronaut with AWS Lambda and SQS – Amazon web services
I have created simple application with Micronaut, and Graalvm and want to deploy it to the AWS Lambda and get it triggered from the SQS and process the messages. But somehow, it is not working as expected. To build this…