Skip to content

jonncerdas/boto3-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add your AWS Credentials

ARG AWS_SECRET_ACCESS_KEY=your-aws-secret-access-key

ARG AWS_ACCESS_KEY=your-aws-access-key

Build the image and run the container

Remember to change your-project-path

docker build -t python-aws . && docker run --name super-duper-messy -v your-project-path/src:/app/src python-aws

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors