Preparing the environment in the AWS SDK
Written by
Updated at April 16, 2024
Configure the environment for your programming language:
Python
-
Download and install Python
3.6 or higher. -
Install the Boto3 library:
pip install boto3
To learn more about the AWS SDK for Python (Boto), see the AWS documentation
.