Do stages/contexts work with `gordon run`?
I'm trying to use gordon run to test a lambda but it is failing trying read the context json from the path .context. It is hard to tell from the docs whether this is expected or not.
No it does not create the .context file at the moment, but it would be a great improvement for the next version.
$ echo `{}` | gordon run app.lambda --stage=prod
Got another use case where this becomes a problem. See https://github.com/jorgebastida/gordon/issues/32
+1 to this feature. It'd be really helpful, so I can avoid mocking out my own .context file for local testing.
Another +1 for this feature from me, it would really help my local testing
+1 too as I can't do any local testing without the variables in my .content
same here