├── LICENSE ├── README.md ├── app.py ├── requirements.txt ├── sample-3-tier-app.json └── well_architected_best_practices.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekhiyami/well-architected-genai/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekhiyami/well-architected-genai/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekhiyami/well-architected-genai/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit 2 | boto3 3 | pandas 4 | s3fs 5 | st-files-connection 6 | -------------------------------------------------------------------------------- /sample-3-tier-app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekhiyami/well-architected-genai/HEAD/sample-3-tier-app.json -------------------------------------------------------------------------------- /well_architected_best_practices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekhiyami/well-architected-genai/HEAD/well_architected_best_practices.json --------------------------------------------------------------------------------