File tree 4 files changed +11
-5
lines changed 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
.. _php-aws-lambda:
2
2
3
- ====================
4
- Deploy to AWS Lambda
5
- ====================
3
+ ==================================
4
+ Deploy to AWS Lambda by Using Bref
5
+ ==================================
6
6
7
7
.. facet::
8
8
:name: genre
@@ -98,9 +98,15 @@ Create a web page that list planets from the Atlas :atlas:`sample data
98
98
</sample-data>` by replacing the contents of ``index.php`` with the
99
99
following code:
100
100
101
- .. literalinclude:: /examples /aws-lambda/index.php
101
+ .. literalinclude:: /includes /aws-lambda/index.php
102
102
:language: php
103
103
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
+
104
110
Set AWS Credentials
105
111
-------------------
106
112
@@ -157,7 +163,7 @@ Authentication Mechanisms guide.
157
163
Deploy Your Application
158
164
-----------------------
159
165
160
- Finally, deploy with the new configuration :
166
+ Finally, deploy the application :
161
167
162
168
.. code-block:: bash
163
169
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments