Gordon Myers

Results 16 comments of Gordon Myers
trafficstars

Thank you so much for the tip on using `zappa tail` - that has been immensely helpful in debugging problems this weekend. Unfortunately I still am having problems after over...

Oh and one last thing - what on Earth should I be setting the ANDROID_ID environment variable to? I don't have any Android devices.

First of all, afaik there isn't a way to install python3-dev on WSL - not the 3.6 version anyway. WSL comes with Python 3.5 which isn't sufficient for zappa; you...

Holy crap I think I got it working. And side note: wow - given how many headaches I encountered along the way, this Zappa solution really isn't ready for primetime...

This is immaterial at this point but I can't find python3.6-dev in any of the WSL repos. Did you have to add a custom one?

@fergyfresh in effect I already have. His mcrowson/zappa-builder container is an extension of the lambci/lambda Docker container which has every different runtime under the sun. When I used Docker on...

I'm running into this exact same problem. The docs are in no way helpful in this case. The docs are terrible. Here's my situation: I have a root certificate as...

Without knowing more specifics about your particular setup, I don't think anyone will be able to help. When I run those same commands verbatim, everything works fine. Are you on...

I've not done much with numpy, or pandas, or any of the other data science libraries. Nor have I tried to use python-lambda on them. But what I do know...

Why did you add `sudo` to your invocation? I can't think of any reason to ever need elevated privileges to use this package.