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
botocore, one of the main building blocks of boto3, the official Python AWS SDK, includes a large pile of JSON which describes the AWS endpoints in rather a lot of detail:
botocore (or boto3, I'm not really sure) takes this data and uses it to automatically generate many (or most?) of the Python APIs which provide access to the AWS endpoints.
Presumably this saves on quite a bit of implementation complexity and maintenance effort.
Seemingly, txAWS could include a similar generator which creates Twisted-based Python APIs instead.
Would this be a good thing?
The text was updated successfully, but these errors were encountered:
I assume that we'll still want/need some human intelligence guiding the shape of the higher-level API bits, but not having to write a bunch of presumably tedious code to serialize to/deserialize from XML sounds pretty good to me.
botocore, one of the main building blocks of boto3, the official Python AWS SDK, includes a large pile of JSON which describes the AWS endpoints in rather a lot of detail:
https://github.com/boto/botocore/tree/develop/botocore/data
botocore (or boto3, I'm not really sure) takes this data and uses it to automatically generate many (or most?) of the Python APIs which provide access to the AWS endpoints.
Presumably this saves on quite a bit of implementation complexity and maintenance effort.
Seemingly, txAWS could include a similar generator which creates Twisted-based Python APIs instead.
Would this be a good thing?
The text was updated successfully, but these errors were encountered: