Configure Your AWS Development Environment
This article covers the basic steps which you need to be able to develop with AWS on your local machine.
- Install the AWS CLI
- Create an AWS IAM user
- Configure your development environment
- Install the AWS CDK
- Install the AWS SDK for Python
Configure your development environment
Now run the following command to configure your development environment and insert your corresponding values:
aws configure
Install the AWS SDK for Python
pip3 install boto3