Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Initialize virtual environment:

python3.11 -m venv venv

Activate venv and install dependencies:

source venv/bin/activate
pip install -r requirements.txt

Get full content of DynanoDB table

cd scripts
python scan_table.py

Clears all items from DynanoDB table

cd scripts
python clear_table.py