Comment by torginus
I don't really use Python, but most AWS SDKs seem to be autogenerated for each language, and they're pretty much just thin wrappers over REST calls to interal AWS endpoints.
I dunno why a Python impl would be particularly heavy.
I don't really use Python, but most AWS SDKs seem to be autogenerated for each language, and they're pretty much just thin wrappers over REST calls to interal AWS endpoints.
I dunno why a Python impl would be particularly heavy.
Sprawling imports of text source in hundreds of files without lazy loading.