Skip to content

Commit 99c517d

Browse files
committed
Issue: nficano#11, nficano#26 Environment vars documentation
1 parent ade47a4 commit 99c517d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,17 @@ Now try and run:
151151
https://<API endpoint URL>
152152
# 5.8580000000000005
153153
154+
Environment Variables
155+
=====================
156+
Lambda functions support environment variables. In order to set environment variables for your deployed code to use, you can configure them in ``config.yaml``
157+
158+
.. code:: yaml
159+
environment_variables:
160+
env1: foo
161+
env2: baz
162+
163+
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.
164+
154165
Development
155166
===========
156167

0 commit comments

Comments
 (0)