We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125a427 commit 4131fa3Copy full SHA for 4131fa3
docs/tutorial/aws-lambda.txt
@@ -93,7 +93,9 @@ Redeploy the application with the new ``index.php``:
93
$ serverless deploy
94
95
96
-The application will not work unless you define the ``MONGODB_URI`` environment variable.
+The application will display an error message because the ```MONGODB_URI```
97
+environment variable has not yet been set. We'll look at how to set this
98
+variable in the next section.
99
100
AWS Credentials
101
---------------
0 commit comments