florianakos / cache-server-python

A Python / Flask server that uses AWS DynamoDB to cache API responses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cache-server-python

A simple service written in Python that uses AWS DynamoDB to cache responses from VirusTotal.

For authorization to VirusTotal API, there is a .env file which loads the API key into the app container as VT_API_KEY env variable.

The setup can be run via docker-compose:

docker-compose up --build --abort-on-container-exit

About

A Python / Flask server that uses AWS DynamoDB to cache API responses

License:GNU General Public License v3.0


Languages

Language:Python 75.8%Language:Shell 18.1%Language:Dockerfile 6.0%