awslabs / amazon-kinesis-client-python

Amazon Kinesis Client Library for Python
Apache License 2.0
369 stars 223 forks source link

Is it possible to run applications utilizing amazon_kclpy in debug mode? #233

Open nlm4145 opened 1 year ago

nlm4145 commented 1 year ago

I've created an app that utilizes amazon_kclpy, however, i've not come across a way you can debug this app from your local IDE. Can this be specified or elaborated on somewhere in the documentation?

If it's not possible currently, it would be nice if there were a "debug mode" that would be able to emulate reading from a record processor.