Liam

Results 37 comments of Liam

I had this issue and after some head banging found out it was due to deleting an IAM policy and creating using the same name, simply changing the IAM of...

Welcome any PR's to the readme or code

I have seen in other languages (golang) that sometimes a wrapper offers the option to provide an http client, would this work for you? With the default being requests.

With the asyncio API changing in almost every py release I was a bit nervous about implementing it into lightweight. Are there any libraries out there that have done this...

I see were you coming from but is this the only design pattern that can be used when integrating async libraries?

Bumping this as I am looking into having an easy way to use urllib3 connection pool, is anyone using #107?

I don't understand py async and I don't think I ever will, feel free to join the slack to see what others think

You can already choose your own encoder/serializer: https://github.com/madzak/python-json-logger#adding-custom-object-serialization

You forgot to set the level: ```python logger.setLevel(logging.INFO) ```