I am trying to get on micronaut for my Java based serverless (AWS lambda) development. First use case is connect and query onpremise oracle DB (for read only operations) to enrich the data and then call some soap services.
This question is about making Oracle DB call onpremise. I see some references of connection pool based approach on internet (JDBC-hikari etc) which might not needed for lambda app. So what would be best/recommended way to connect/call/close oracle connection using micronaut? Please suggest.