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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,17 @@ Now try and run:
151
151
https://<API endpoint URL>
152
152
# 5.8580000000000005
153
153
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.
0 commit comments