I have the following directory structure:
social ├── aws │ ├── __init__.py │ ├── dynamodb.py │ ├── s3.py ├── __init__.py └── config.py
The