lambda function gets enviroment variable name #75
Comments
|
Note: the README indicates the correct usage is |
|
I scrolled through the code, and it looks like the |
mpgo13
added a commit
to mpgo13/python-lambda
that referenced
this issue
Dec 27, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When calling invoke, if you try to get a env var (
os.environ['host']) set in the config file like so:host: $HOSTit will print out$HOSTinstead of the actual value of the envar $HOSTThe text was updated successfully, but these errors were encountered: