Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sentmedia/python-boto3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-boto3

Repo for the Udemy course: Python Programming for AWS

I'm using localstack for this course to emulate an AWS environment. checkout the boto3/docker-compose.yaml for details on which services are being emulated.

To create and setup python venv:

  1. cd boto3
  2. Run the below command:
python -m venv ./env  
source ./env/bin/activate 
pip install -r requirements.txt

To start localstack docker container:

  1. Start Docker Desktop

  2. cd boto3

  3. Run the following command:

    docker compose up -d

About

Repo for the Udemy course: Python Programming for AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages