TJ
TJ
Yeah it's a little confusing, I'll try to get the python3.6 runtime working tomorrow
For now it's probably best to use `proxy.command` of `python3 app.py` which is python3.4 I believe. I couldn't get a python shim to work but I know nothing about Python...
Should have time to get back into this tomorrow, I could do with learning some Python anyway haha it's about time :D
Hmm yeah it almost works but my python app itself seems to never receive the request, I'll have to dig around some more, but at least the existing Node runtime...
@chachra I don't think I have the python skills to do it properly right now, it gets a bit more complex too because the shim has to work for all...
@komuw thanks man! I'll give that a try soon
Up Pro has stage-specific env vars, for example `up env set ENDPOINT --stage production`. In general it's insecure to keep them in your `up.json`, but that works fine for side...
@berkaey there isn't really a way to do it with the free OSS version, but the [pro version](https://github.com/apex/up#pro-features) has `up env`, for example: ``` Add multiple variables. $ up env...
Definitely would like to get this in! Shame that it's an extra API call but I'll take a look at adding it
Not built-in at the moment. The easiest would probably be to use use `aws-cli` to just loop through the CloudFormation stacks and delete each that way, the only resources remaining...