gitextract_872x2lis/ ├── README.md ├── awsrdsmysqlp.py ├── azure-openapi/ │ └── basic-api/ │ ├── main.py │ └── requirements.txt ├── boto3/ │ ├── dynamodb/ │ │ ├── README.md │ │ ├── createTable.py │ │ ├── data.json │ │ ├── loadData.py │ │ └── query.py │ └── ec2/ │ └── create-instance.py ├── database/ │ └── postgresql.py ├── generic/ │ ├── command-line-argument.py │ └── exception-handling.py ├── json/ │ ├── files/ │ │ └── example.json │ └── parse-json.py └── operating-system/ ├── README.md ├── command-execution.py ├── files/ │ ├── param.sh │ └── script.sh └── shell-execution.py