Skip to content

Commit 84ffeec

Browse files
authored
Update README.rst
Fixed RST whitespace issues that were preventing example YAML from displaying.
1 parent 81300c1 commit 84ffeec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,10 @@ Environment Variables
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``
157157

158158
.. code:: yaml
159-
environment_variables:
160-
env1: foo
161-
env2: baz
159+
160+
environment_variables:
161+
env1: foo
162+
env2: baz
162163
163164
This would create environment variables in the lambda instance upon deploy. If your functions don't need environment variables, simply leave this section out of your config.
164165

0 commit comments

Comments
 (0)