An event-driven ELT (Extract, Load, Transform) pipeline using AWS Managed Workflows for Apache Airflow (MWAA) and AWS Glue that automatically processes healthcare data from S3 to PostgreSQL RDS with ...
healthcare-ai-assistant/ ├── backend/ # FastAPI backend services │ ├── main.py # Application entry point │ ├── agents/ # LangGraph AI agents │ ├── db/ # Database connections and queries │ ├── ...