I have a java/micronaut aws lambda that connects to one database, and its all working okay.
I need to now connect to multiple databases for some specific business reasons. I looked into using the following method micronaut-data : multiple data sources
I just wanted to know whether aws lambdas could support handling multiple connections.. i presume this would be the case as when it starts up it would create a connection.