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
sbraverman
changed the title
As an engineer, chalice local should set environment variables from config.json
Chalice local should set environment variables from config.json
Jul 5, 2017
I am running Ubuntu 17.10 and it seems when I run chalice local, the environment_variables mapping is not added to my environment variables. Any ideas? Btw, I'm running Python 3.6.3
Currently
deploying an app creates lambda variables as described in docs:
https://github.com/awslabs/chalice/blob/master/docs/source/topics/configfile.rst
Problem
when working with Chalice locally, the environment_variables set in the config are not utilized.
Recreating the problem:
in a new tab:
Expected results:
Solution
Enhance local.py to work with .chalice/config.json
I will be opening a pull-request for review shortly.
The text was updated successfully, but these errors were encountered: