Add DynamoDb support

This commit is contained in:
2020-04-30 22:25:20 -04:00
parent c85d5cada4
commit 7016926c3d
22 changed files with 84 additions and 20 deletions

6
common.py Normal file
View File

@@ -0,0 +1,6 @@
from pathlib import Path
def get_project_root() -> Path:
"""Returns project root folder."""
return Path(__file__).parent.parent