How to connect to AWS services using Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to connect to AWS services using Python?

Is there any SDK available for Python to connect to AWS services ?

26th Aug 2017, 11:40 AM
Jazeem
1 Answer
+ 1
Yes, it is called boto3 which is built upon boto-core. use pip install boto3 to install it. Here is the documentation link: https://boto3.readthedocs.io/en/latest/
29th Aug 2017, 2:05 PM
Hassan
Hassan - avatar