The benefits of serverless computing are obvious yet when it needs connections to databases (for example sql server) usually when too many requests exist it may create bottlenecks and connection pool exhaustion.
What is the best solution for serveless computing while working with databases?