AWS Lambda - Couchbase connection protocol

@ejscribner I really appreciate your help with the following: according to the aws lambda function cold start and warm start behaviors, once the execution environment is stablished by AWS, the connection created by the Couchbase Java SDK will be persisted in that execution environment for the subsequent invocations; or, otherwise, it will be created again in the warm start phase (each time the lambda function is invoked)?

AWS lambda cold start and warm start reference: Operating Lambda: Performance optimization – Part 1 | AWS Compute Blog.

Isolated Couchbase question: AWS Lambda - Java SDK - Connection behavior