I have application running in aws lambda serverless, the cold start takes a long time to setup connection pool, so using http requests to query data may be more suitable for serverless environments, and that can be done using realm sdk mongodb client.
can papr fully support this client in addition to the original mongodb connection?