Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/fundamentals/connection.txt
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also add the link to the list on this page?

Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Connection Guide
Network Compression </fundamentals/connection/network-compression>
TLS/SSL </fundamentals/connection/tls>
SOCKS5 Proxy Connection </fundamentals/connection/socks5>
AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>

.. contents:: On this page
:local:
Expand All @@ -37,6 +38,7 @@ sections:
- :ref:`Enable Network Compression <network-compression>`
- :ref:`Enable TLS/SSL on a Connection <tls-ssl>`
- :ref:`Connect to MongoDB by Using a SOCKS5 Proxy <kotlin-connect-socks>`
- `Manage Connections with AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda>`__

For information about authenticating with a MongoDB instance,
see :ref:`<authentication-mechanisms>` and :ref:`<enterprise-authentication-mechanisms>`.
Loading