Skip to content

Commit 9f5b10c

Browse files
committed
AWS lambda redirect (#456)
* DOCSP-26110 symlink for redirects * link directly from tree and connection pg * delete container lambda pg * update redirect in case link available somewhere (cherry picked from commit f9d6353) (cherry picked from commit fe50abe)
1 parent d101633 commit 9f5b10c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config/redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ raw: ${prefix}/ -> ${base}/current/
88
raw: ${prefix}/stable -> ${base}/current/
99

1010
[*-master]: ${prefix}/${version}/fundamentals/versioned-api/ -> ${base}/${version}/fundamentals/stable-api/
11+
[*-master]: ${prefix}/${version}/fundamentals/connection/lambda/ -> ${base}/${version}/fundamentals/connection/
12+
[*-v4.5]: ${prefix}/${version}/fundamentals/encrypt-fields -> ${base}/${version}/fundamentals/csfle/

source/fundamentals/connection.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Connection
1111
/fundamentals/connection/connect
1212
/fundamentals/connection/connection-options
1313
/fundamentals/connection/network-compression
14+
Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
1415

1516
.. contents:: On this page
1617
:local:
@@ -28,6 +29,7 @@ learn:
2829
- :ref:`How to Connect to MongoDB <node-connect-to-mongodb>`
2930
- :ref:`The Available Connection Options <node-connection-options>`
3031
- :ref:`How to Enable Network Compression <node-network-compression>`
32+
- :atlas:`How to Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/>`
3133

3234
For information about authenticating to MongoDB,
3335
see :ref:`node-authentication-mechanisms` and

0 commit comments

Comments
 (0)