TJ
TJ
right now you just get a bunch of internal props, but it would be nice to display what you're really looking for. AFAIK there's no way to return them all...
It's not intuitive but that's actually correct. Binaries can run in the Node runtime fine since they have no dependencies on the runtime, so it's actually doing: `tiny nodejs "shim"...
Yeah AWS removed Python as well I think :( and with the way they chose to do layers I can't add the proxy to each Lambda runtime, so it more...
hmm sounds like the Docker build failed. It works on my machine but I already have the tjholowaychuk/up-crystal image pulled. Maybe double check with `up -v` to see verbose output....
hmm strange yeah it should infer from `main.cr` that it's a Crystal project. I'll see if I can reproduce, worth trying one of the newer releases as well.
I'll have to doc that stuff, but it'll default to AWS_REGION and fall back on "us-west-2" if you have nothing at all. Took me a while to find my own...
Hmm to be honest I don't know much about the Python package system. This is what we have right now (was contributed) which is supposed to vendor the dependencies: https://github.com/apex/up/blob/master/config.go#L377...
hmm you could try `up run build` to run just the build hook. Maybe there's a better way to vendor the python dependencies into the zip
Those examples were contributed, I don't know much about the Java environment, not much of a help there unfortunately
Ideally we can use it to introduce another style of app or a new concept, so we don't just have like 10 versions of the same thing haha :D, I...