Skip to content

yiskaneto/aws_boto3_sdk_helpers

Repository files navigation

AWS Boto3 SDK Helpers

Contains helper functions for the AWS Python sdk (Boto3) package.

Install

python -m pip install --upgrade aws-boto3-sdk-helpers

Manual use of boto3

A few examples on how to use the AWS python SDK (Boto3)

Setup

Create Virtual Environment

python -m venv /opt/python_envs/boto3 && source /opt/python_envs/boto3/bin/activate

Install Boto 3

Install Boto 3 Official Docs

python -m pip install boto3 botocore