You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,9 +156,10 @@ Environment Variables
156
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
157
158
158
.. code:: yaml
159
-
environment_variables:
160
-
env1: foo
161
-
env2: baz
159
+
160
+
environment_variables:
161
+
env1: foo
162
+
env2: baz
162
163
163
164
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.
0 commit comments