Thumbnail image

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.

  1. Install the AWS CLI
  2. Create an AWS IAM user
  3. Configure your development environment
  4. Install the AWS CDK
  5. 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