-
Notifications
You must be signed in to change notification settings - Fork 16
Added Async Python SDK Config #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -296,12 +296,12 @@ Python: | |
uid: "boto3" | ||
name: "&guide-python3-api;" | ||
301: | ||
long: "&Python301long;" | ||
short: "&Python301;" | ||
long: "&PythonAsynclong;" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In order for these entities to resolve to something they must be define in the local phrases-code-examples.ent file in this repo. (and later in the global internal shared entities file around GA time) |
||
short: "&PythonAsync;" | ||
expanded: | ||
long: "AWS SDK for Python Async" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These names should be "Async AWS SDK for Python" and "Async SDK for Python" (in my opinion). Of course, they're likely to change later anyway, but that's my thinking on it. Other than this, these changes LGTM. |
||
short: "SDK for Python Async" | ||
guide: "https://github.com/awslabs/aws-sdk-python" | ||
guide: "https://github.com/awslabs/aws-sdk-python/blob/develop/dev-guide/index.md" | ||
api_ref: | ||
uid: "python-async" | ||
name: "&guide-python3-async-api;" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Various questions:
link_template
instead.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SDK doesn't have an official name yet. We're currently referring to it as the Async SDK for Python, but it's a placeholder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The most important thing to keep in mind in all decision-making is that this is a new SDK, not a new version of an existing one.