whale2 / async-kinesis-client

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

Allow a custom kinesis client to be passed in. #7

Closed scattym closed 5 years ago

scattym commented 5 years ago

This allows for setting of any additional parameters in the client without needing to track all of the possible key/value pairs in this library.

whale2 commented 5 years ago

Nice, will merge soon. Thanks.

whale2 commented 5 years ago

Live with 0.2.13 Thanks for contributing!

scattym commented 4 years ago

Awesome! Thanks for the quick turnaround.