Skip to content

Commit 882e5f2

Browse files
author
Chris Cho
authored
Merge pull request #222 from ccho-mongodb/DOCSP-26363-link-to-lambda
DOCSP-26363: add link to AWS Lambda docs
2 parents 8a1b625 + 9ffeadb commit 882e5f2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

source/fundamentals.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Fundamentals
99
:maxdepth: 1
1010

1111
/fundamentals/connection
12+
Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
1213
/fundamentals/stable-api
1314
/fundamentals/context
1415
/fundamentals/auth

source/includes/fundamentals-sections.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Learn how to perform the following tasks using the Go driver in the
22
Fundamentals section:
33

44
- :ref:`Connect to MongoDB <golang-connection-guide>`
5+
- :atlas:`Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/>`
56
- :ref:`Specify an API Version <golang-stable-api>`
67
- :ref:`How the Driver Uses Context <golang-context>`
78
- :ref:`Authenticate with MongoDB <golang-authentication-mechanisms>`
@@ -11,12 +12,11 @@ Fundamentals section:
1112
- :ref:`Perform Aggregations <golang-aggregation>`
1213
- :ref:`Construct Indexes <golang-indexes>`
1314
- :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>`
1516
- :ref:`Store and Retrieve Files in MongoDB <golang-gridfs>`
1617
- :ref:`Use a Time Series Collection <golang-time-series>`
1718
- :ref:`Encrypt Fields <golang-fle>`
1819
- :ref:`Work with Geospatial Data <golang-geo>`
1920

2021
.. - :doc:`Use the Driver's Data Formats </fundamentals/data-formats>`
2122
.. - :doc:`Record Events in the Driver </fundamentals/logging>`
22-
.. - :doc:`Use Driver Events in your Code </fundamentals/monitoring>`

0 commit comments

Comments
 (0)