Rohitashwa Nigam
Rohitashwa Nigam
Exceptions coming from boto3/botocore when running boto3.client('sts') too many times simultaneously
> > So finally sessions and resources can be shared across threads or not? Immediately after I start using them as described in the docs I hit `KeyError: 'credential_provider'` or...
Found one workaround for this. Both `JsonIgnore` on the method `getSomethingAboutA` and `JsonIgnoreProperties` on the class like `@JsonIgnoreProperties({"somethingAboutA"})` work. But, I still feel these are workarounds, and `somethingAboutA` should not...
@cowtowncoder This works. Thanks 👍