aws-rag-application/ ├── README.md # This file - setup and usage guide ├── requirements.txt # Python dependencies ├── env.example # Environment configuration template ├── ├── src/ # Core application ...
aws-infrastructure-cicd/ ├── main.tf # Core infrastructure (VPC, networking) ├── ecs.tf # Container orchestration ├── alb.tf # Load balancer configuration ├── rds.tf # Database configuration ├── ...