I've a question for you folks
The business where I'm currently working requires me to migrate a microservice that is hosted by a Payara Micro application server into an AWS lambda
They want to mantain payara into the lambda (don't tell me why), but I'm quite sure that this is not the scope of a Lambda itself, indeed I said that would've been better to refactor all the code into a standalone application that just need to be triggered. I don't see advantages of having a Payara server into a lambda, also because I suppose that the server needs to run every time the lambda is triggered, which is time consuming.
Any thoughts on that?