Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 750 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 750 Bytes

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