chadp123
Results
2
comments of
chadp123
In the process of looking at the code to submit fix I realized there is a workaround which is to set the AwsKinesisAgent explicitly via Worker.Builder().kinesisClient(client). Makes this issue less...
In java you use the AmazonKinesisClientBuilder to create the client and set the endpointConfiguration. I will have to look at the Python library to see if equivalent exists. ```java AmazonKinesisClientBuilder...