You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried really hard to recommend this library in a Japanese-speaking company, and it remains to be seen if my recommendation is ultimately picked up...
The main issue seems to be that developers fall for the most standard library (boto3), and I was able to identify two components to this:
Folks stay away from async, don't have time to learn it.
Folks use examples in their native "environment", which is perhaps split between:
a. Help they get in their vscode / github autopilot
b. Blogs/examples they read in their native language
I doubt that 1. can be helped.
2a. is a more complex wide-spread issue, that I don't know how to address yet
2b. can be totally done by an intern or good-first-issue contributor
The text was updated successfully, but these errors were encountered:
Hey folks, that for a great library. I would also a point about other libraries.
There are many libraries that depend on (aio)boto3, that's it. For example, https://github.com/feast-dev/feast just added async support recently, with the only option of aioboto3. Most of the users (I believe) does not use async version at all, and all others will stuck with the default implementation.
I tried really hard to recommend this library in a Japanese-speaking company, and it remains to be seen if my recommendation is ultimately picked up...
The main issue seems to be that developers fall for the most standard library (boto3), and I was able to identify two components to this:
async
, don't have time to learn it.a. Help they get in their vscode / github autopilot
b. Blogs/examples they read in their native language
I doubt that 1. can be helped.
2a. is a more complex wide-spread issue, that I don't know how to address yet
2b. can be totally done by an intern or
good-first-issue
contributorThe text was updated successfully, but these errors were encountered: