Skip to content

Commit f9d6353

Browse files
authored
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
1 parent 6a76d5b commit f9d6353

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ 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/ -> https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/
11+
[*-master]: ${prefix}/${version}/fundamentals/connection/lambda/ -> ${base}/${version}/fundamentals/connection/
1212
[v4.7-*]: ${prefix}/${version}/fundamentals/csfle -> ${base}/${version}/fundamentals/encrypt-fields/
1313
[*-v4.6]: ${prefix}/${version}/fundamentals/encrypt-fields -> ${base}/${version}/fundamentals/csfle/

source/fundamentals/connection.txt

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

1616
.. contents:: On this page
1717
:local:
@@ -29,7 +29,7 @@ learn:
2929
- :ref:`How to Connect to MongoDB <node-connect-to-mongodb>`
3030
- :ref:`The Available Connection Options <node-connection-options>`
3131
- :ref:`How to Enable Network Compression <node-network-compression>`
32-
- :ref:`How to Connect to MongoDB Atlas from AWS Lambda <node-connect-lambda>`
32+
- :atlas:`How to Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/>`
3333

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

source/fundamentals/connection/lambda.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)