Skip to content

Commit a4fdfc3

Browse files
committed
remove section
1 parent 7ef009a commit a4fdfc3

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

source/aws-lambda.txt

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -94,24 +94,13 @@ file, as shown in the following code:
9494
Customize the Sample Application
9595
--------------------------------
9696

97-
This step explains how to create a web page that list planets from the
98-
Atlas :atlas:`sample data </sample-data>`. Replace the contents of
99-
``index.php`` with the following code:
97+
Create a web page that list planets from the Atlas :atlas:`sample data
98+
</sample-data>` by replacing the contents of ``index.php`` with the
99+
following code:
100100

101101
.. literalinclude:: /examples/aws-lambda/index.php
102102
:language: php
103103

104-
Redeploy the application with the new ``index.php`` by running the
105-
following command:
106-
107-
.. code-block:: bash
108-
109-
serverless deploy
110-
111-
The application page displays an error message because the ``MONGODB_URI``
112-
environment variable is not set. The following section explains how to
113-
set your connection string in an environment variable.
114-
115104
Set AWS Credentials
116105
-------------------
117106

0 commit comments

Comments
 (0)