Skip to content

Commit 72ab637

Browse files
committed
RB small fix
1 parent a4fdfc3 commit 72ab637

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

source/aws-lambda.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _php-aws-lambda:
22

3-
====================
4-
Deploy to AWS Lambda
5-
====================
3+
==================================
4+
Deploy to AWS Lambda by Using Bref
5+
==================================
66

77
.. facet::
88
:name: genre
@@ -98,9 +98,15 @@ Create a web page that list planets from the Atlas :atlas:`sample data
9898
</sample-data>` by replacing the contents of ``index.php`` with the
9999
following code:
100100

101-
.. literalinclude:: /examples/aws-lambda/index.php
101+
.. literalinclude:: /includes/aws-lambda/index.php
102102
:language: php
103103

104+
.. tip:: Find Operations
105+
106+
The preceding code uses the :phpmethod:`MongoDB\Collection::find()`
107+
method to retrieve documents. To learn more about this method, see the
108+
:ref:`php-retrieve` guide.
109+
104110
Set AWS Credentials
105111
-------------------
106112

@@ -157,7 +163,7 @@ Authentication Mechanisms guide.
157163
Deploy Your Application
158164
-----------------------
159165

160-
Finally, deploy with the new configuration:
166+
Finally, deploy the application:
161167

162168
.. code-block:: bash
163169

0 commit comments

Comments
 (0)