how to handle multiple connections to mongo from lambda
I have multiple services deployed on lambda, but a burst in traffic creates hundreds of invocations that flood the DB with new connections. Can we re-use DB connections across concurrent invocations?