Skip to content

Commit 99cebe4

Browse files
GromNaNChris Cho
andauthored
Apply suggestions from code review
Co-authored-by: Chris Cho <[email protected]>
1 parent 6706469 commit 99cebe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorial/aws-lambda.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ will look like this:
7878
- ${bref-extra:mongodb-php-83}
7979

8080

81-
Let's use the MongoDB driver with a web page that list planets from Atlas'
81+
Let's use the MongoDB driver with a web page that list planets from the Atlas
8282
`sample dataset <https://www.mongodb.com/docs/atlas/sample-data/>`__.
8383
Replace the contents of ``index.php`` with the following:
8484

@@ -105,7 +105,7 @@ AWS sets environment variables that contains the access token and secret token w
105105
the role assigned to deployed function.
106106

107107
1. Open the Lambda function in the AWS console
108-
2. In "Configuration > Permission", copy the "Role name"
108+
2. In :guilabel:`Configuration > Permission`, copy the "Role name"
109109
3. Add this role to your Atlas cluster with the built-in Role: "Read and write any database"
110110

111111
To learn how to set up unified AWS access, see `Set Up Unified AWS Access
@@ -136,7 +136,7 @@ Update the ``serverless.yml`` file to pass the environment variable ``MONGODB_UR
136136
environment:
137137
MONGODB_URI: "mongodb+srv://cluster0.example.mongodb.net/?authSource=%24external&authMechanism=MONGODB-AWS&retryWrites=true&w=majority"
138138

139-
Finally, deploy with the new configuration. Once done you can access the function URL
139+
Finally, deploy with the new configuration. After deployment completes, you can access the function URL
140140
and see the list of planets from your Atlas cluster.
141141

142142
.. code-block:: none

0 commit comments

Comments
 (0)