Skip to content

Commit ec66aa6

Browse files
committed
Cleaned up some verbiage in the env. variables section
1 parent 9bcc5f0 commit ec66aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Now try and run:
154154
Environment Variables
155155
=====================
156156
Lambda functions support environment variables. In order to set environment variables for your deployed code to use, you can configure them in ``config.yaml``. To load the
157-
value for the environment value at the time of deployment, you can use local environment values (see 'env3' in example code below).
157+
value for the environment variable at the time of deployment (instead of hard coding them in your configuration file), you can use local environment values (see 'env3' in example code below).
158158

159159
.. code:: yaml
160160

0 commit comments

Comments
 (0)