File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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/>`__.
8383Replace 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
105105the role assigned to deployed function.
106106
1071071. 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"
1091093. Add this role to your Atlas cluster with the built-in Role: "Read and write any database"
110110
111111To 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
140140and see the list of planets from your Atlas cluster.
141141
142142.. code-block:: none
You can’t perform that action at this time.
0 commit comments