AWS SDK for Python: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://aws.amazon.com/sdk-for-python/ =Internal= * Amazon AWS =Overview=") |
|||
Line 4: | Line 4: | ||
* [[Amazon AWS#SDKs|Amazon AWS]] | * [[Amazon AWS#SDKs|Amazon AWS]] | ||
=Overview= | =Overview= | ||
=<tt>requirements.txt</tt>= | |||
<syntaxhighlight lang='text'> | |||
boto3 == 1.24.44 # latest version here: https://github.com/boto/boto3/tags | |||
</syntaxhighlight> |
Latest revision as of 00:16, 3 August 2022
External
Internal
Overview
requirements.txt
boto3 == 1.24.44 # latest version here: https://github.com/boto/boto3/tags