Directory structure:
└── aws-aws-jupyter-proxy/
├── README.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── NOTICE
├── setup.cfg
├── setup.py
├── aws_jupyter_proxy/
│ ├── __init__.py
│ ├── awsconfig.py
│ ├── awsproxy.py
│ ├── handlers.py
│ └── etc/
│ └── aws_jupyter_proxy.json
├── tests/
│ ├── __init__.py
│ └── unit/
│ ├── __init__.py
│ ├── test_awsconfig.py
│ ├── test_awsproxy.py
│ └── test_handlers.py
└── .github/
├── PULL_REQUEST_TEMPLATE.md
└── workflows/
├── pull-request.yml
└── test-and-publish.yml