File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Fundamentals
9
9
:maxdepth: 1
10
10
11
11
/fundamentals/connection
12
+ Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
12
13
/fundamentals/stable-api
13
14
/fundamentals/context
14
15
/fundamentals/auth
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Learn how to perform the following tasks using the Go driver in the
2
2
Fundamentals section:
3
3
4
4
- :ref: `Connect to MongoDB <golang-connection-guide >`
5
+ - :atlas: `Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/> `
5
6
- :ref: `Specify an API Version <golang-stable-api >`
6
7
- :ref: `How the Driver Uses Context <golang-context >`
7
8
- :ref: `Authenticate with MongoDB <golang-authentication-mechanisms >`
@@ -11,12 +12,11 @@ Fundamentals section:
11
12
- :ref: `Perform Aggregations <golang-aggregation >`
12
13
- :ref: `Construct Indexes <golang-indexes >`
13
14
- :ref: `Specify Collations to Order Results <golang-collations >`
14
- - :ref: `Use Driver Events in your Code <golang-monitoring >`
15
+ - :ref: `Use Driver Events in Your Code <golang-monitoring >`
15
16
- :ref: `Store and Retrieve Files in MongoDB <golang-gridfs >`
16
17
- :ref: `Use a Time Series Collection <golang-time-series >`
17
18
- :ref: `Encrypt Fields <golang-fle >`
18
19
- :ref: `Work with Geospatial Data <golang-geo >`
19
20
20
21
.. - :doc:`Use the Driver's Data Formats </fundamentals/data-formats>`
21
22
.. - :doc:`Record Events in the Driver </fundamentals/logging>`
22
- .. - :doc:`Use Driver Events in your Code </fundamentals/monitoring>`
You can’t perform that action at this time.
0 commit comments