Raphael Deem
Raphael Deem
I'm facing the above error (UnsupportedAvailabilityZoneException). I've tried adding the `availabilityZones` argument to the VPC as such: ``` module.exports = function run(config, resources) { const vpc = new awsx.ec2.Vpc("vpc", {...
Thanks @yongzhang, that sounds like it. I’ll get this upgraded and see if it’s fixed. Feel free to close this out, or wait to hear back from me, up to...
confirmed this was the issue we were facing, thanks a ton 🙏
Usage example: ```python from japronto import Application app = Application() @app.get('/') def hello(request): return request.Response(text='Hello world!') app.run(debug=True) ```
Oh, it looks like you're not ready to implement this :) Didn't read the whole thread... feel free to close.
+1 gitter, it's quite awesome
Do you mean `opentracing>=1.3`? :thinking: I'm getting `ERROR: sqlalchemy-opentracing 0.1.6 has requirement opentracing=1.1, but you'll have opentracing 2.0.0 which is incompatible. ` when trying to use this with the latest...