Sebastian Edman

Results 5 comments of Sebastian Edman

> We are indeed also heavily relient on fargate and are constantly maxing out our containers now, we would throw more money your way if we can more VCPUS (16...

Thanks for the fast reply, yes I've tried that. Results in: `2022-07-12 12:43:52,621 [main] WARN s.a.a.p.internal.ProfileFileReader [NONE] - Ignoring profile 'my_profile' on line 12 because it did not start with...

I'm basing my code on this post [https://aws.plainenglish.io/aws-using-amazon-kinesis-client-library-python-9adfcd546012](https://aws.plainenglish.io/aws-using-amazon-kinesis-client-library-python-9adfcd546012) Which itself is a implementation from AWS labs [https://github.com/awslabs/amazon-kinesis-client-python/tree/master/samples](https://github.com/awslabs/amazon-kinesis-client-python/tree/master/samples) I implemented my solution on EC2 (no need for profile) and it works...

Yes, I have the sample.properties file with ``` # Users can change the credentials provider the KCL will use to retrieve credentials. # The DefaultAWSCredentialsProviderChain checks several other providers, which...

I've purely used the amazon_kclpy python package, so no java code or manual creation of a kinesis client. Only a RecordProcessor as per example. I raised an Issue in the...