Skip to content

Commit 8ee82a1

Browse files
committed
fixes
1 parent e8b11fc commit 8ee82a1

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

source/aws-lambda.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ After the commands complete, your project contains the following files:
6969
- ``index.php``: Defines a sample webpage
7070
- ``serverless.yml``: Configures the deployment
7171

72-
Deploy the Sample Application
73-
-----------------------------
74-
7572
To validate your setup, try to deploy the default application. The
7673
following command deploys the application and returns a URL that renders
7774
a webpage that shows the Bref logo:
@@ -85,8 +82,8 @@ Add the MongoDB Extension to Your Configuration
8582

8683
After you initialize the project, you can add the ``mongodb`` extension.
8784
Locate the ``Serverless config`` name in the list of extensions provided
88-
by the `bref/extra-php-extension
89-
<https://github.com/brefphp/extra-php-extensions>`__ package.
85+
by the :github:`bref/extra-php-extension <brefphp/extra-php-extensions>`
86+
package.
9087

9188
Add it to the ``layers`` of the function in the ``serverless.yaml``
9289
file, as shown in the following code:
@@ -122,8 +119,8 @@ following command:
122119
serverless deploy
123120

124121
The application page displays an error message because the ``MONGODB_URI``
125-
environment variable is not set.The following section explains how to
126-
set your connection string as an environment variable.
122+
environment variable is not set. The following section explains how to
123+
set your connection string in an environment variable.
127124

128125
Set AWS Credentials
129126
-------------------
@@ -185,4 +182,4 @@ Finally, deploy with the new configuration:
185182
serverless deploy
186183

187184
After deployment completes, you can access the URL and see the
188-
list of planets from your collection.
185+
list of planets from your collection.

0 commit comments

Comments
 (0)