Skip to content

Demo of Boto3, and parsing DynamoDB Data using Python

Notifications You must be signed in to change notification settings

Lambda-AI-Dev/boto3-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Boto3 Demo

Quality control server that aggregates labeled data, and corrects them for any anomalies.

Setting Up

Initialize a virtual enviroment

Windows:

$ python3 -m venv venv
$ venv\Scripts\activate.bat

Unix/MacOS:

$ python3 -m venv venv
$ source venv/bin/activate
Install requirements
$ pip install requirements.txt
Create Enviromental File
  • In root directory, create '.env' file
  • Here are the necessary enviromental variables: ACCESS_KEY, SECRET_KEY, REGION_NAME

About

Demo of Boto3, and parsing DynamoDB Data using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages