Skip to content

Commit 4131fa3

Browse files
authored
Apply suggestions from code review
1 parent 125a427 commit 4131fa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tutorial/aws-lambda.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ Redeploy the application with the new ``index.php``:
9393
$ serverless deploy
9494

9595

96-
The application will not work unless you define the ``MONGODB_URI`` environment variable.
96+
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.
9799

98100
AWS Credentials
99101
---------------

0 commit comments

Comments
 (0)