.gitignore
CODE_OF_CONDUCT.md
LICENSE
README.md
SECURITY.md
setup.cfg
setup.py
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/python-publish.yml
example/api_gateway/Dockerfile
example/api_gateway/Makefile
example/api_gateway/README.md
example/api_gateway/package.json
example/api_gateway/requirements.txt
example/api_gateway/serverless.yml
example/api_gateway/example/__init__.py
example/api_gateway/example/constants.py
example/api_gateway/example/utils.py
example/api_gateway/example/endpoints/__init__.py
example/api_gateway/example/endpoints/audit.py
example/api_gateway/example/endpoints/create.py
example/api_gateway/example/endpoints/delete.py
example/api_gateway/example/endpoints/get.py
example/api_gateway/example/endpoints/history.py
example/api_gateway/example/endpoints/list.py
example/api_gateway/example/endpoints/search.py
example/api_gateway/example/endpoints/update.py
example/flask/Dockerfile
example/flask/main.py
example/flask/requirements.txt
scoutr/__init__.py
scoutr/dynamo.py
scoutr/exceptions.py
scoutr.egg-info/PKG-INFO
scoutr.egg-info/SOURCES.txt
scoutr.egg-info/dependency_links.txt
scoutr.egg-info/requires.txt
scoutr.egg-info/top_level.txt
scoutr/api_gateway/__init__.py
scoutr/api_gateway/utils.py
scoutr/flask/__init__.py
scoutr/flask/oidc.py
scoutr/flask/routes.py
scoutr/flask/utils.py