This repository contains the course project for "Troubleshooting and Optimization in AWS for Developers". You will work with ShopFast, a simulated e-commerce platform experiencing production issues.
All project materials are located in the starter/ directory:
- Navigate to
starter/ - Follow the instructions in
starter/README.mdfor Cloud9 setup - Review
documentation/Project_Instructions.mdfor detailed requirements - Check
documentation/Project_Rubric.mdfor grading criteria
- AWS Account with appropriate permissions
- Basic familiarity with AWS Console
- Understanding of Lambda, DynamoDB, CloudWatch, and X-Ray
├── starter/ # All project materials
│ ├── README.md # Getting started guide
│ ├── bootstrap_scripts/ # Infrastructure deployment
│ ├── starter_code/ # Application code to troubleshoot
│ └── documentation/ # Instructions and rubric
└── README.md # This file