whale2 / async-kinesis-client

Python Kinesis Client library utilising asyncio
MIT License
13 stars 4 forks source link

Add ability to disable ssl verification. #5

Closed scattym closed 5 years ago

scattym commented 5 years ago

Thoughts on this?

Only other solution I see is to pass a list of client options that are effectively pass through for your library, so that the underlying aws libs could change without any code changes needed here...

whale2 commented 5 years ago

@scattym How about passing preconfigured client in case some another fine tuning is required?

scattym commented 5 years ago

Yeah, good point. Will create another pull request in the next day or two.

whale2 commented 5 years ago

Closing in favour of newer PR