.
├── README.md
├── app.py
├── cdk.json
├── cdk.out
│   ├── HumanityInfraStack.assets.json
│   ├── HumanityInfraStack.template.json
│   ├── cdk.out
│   ├── manifest.json
│   └── tree.json
├── humanity_infra
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-312.pyc
│   │   └── humanity_infra_stack.cpython-312.pyc
│   └── humanity_infra_stack.py
├── requirements-dev.txt
├── requirements.txt
├── source.bat
└── tests
    ├── __init__.py
    └── unit
        ├── __init__.py
        └── test_humanity_infra_stack.py
