Derek Kulinski
Derek Kulinski
Any idea if these annotations could be integrated into the code so no stubs would be needed?
@Dreamsorcerer if you don't have enough resources and spreading yourself thin, perhaps a better move would be to bring aiomcache functionality (I see it has interesting handling of custom types)...
This is my problem as an user. I have existing code that makes calls to AWS API. Over time the code got slower, because amounts of objects that it manages...
I see that #395 was added are there still plans to integrate the auto discovery?
It's important with OSS as well as with businesses. I was thinking that maybe if you use AGPL you could be safe, but then there are also open source licenses...
@thehesiod @jakob-keller is there a chance the Stubber is ever going to be fixed? Something broke in version 2.3.0 and in other to keep my unit tests I have to...
This is the PR that introduced the problem: https://github.com/aio-libs/aiobotocore/pull/934
@thehesiod any idea what could be broken? I could try to fix it, but I don't even know where to start. I isolated the PR via bisect.
The `@pytest.mark.moto` applies moto package which monkeypatches boto3 to emulate AWS services. Stubber is builtin component of botocore that is meant for unit testing: https://botocore.amazonaws.com/v1/documentation/api/latest/reference/stubber.html After 2.3.0 change the Stubber()...