This repository is a structured documentation of weekly study notes, lab summaries, and review logs based on a Udemy course for the
AWS Certified Solutions Architect Associate (SAA-C03) certification.
📘 Built with Docsify and published via GitHub Pages, this site provides both English and Korean versions.
- 🇺🇸 English Site
- 🇰🇷 Korean Site
AWS-SAA-C03/
├── README.md ← GitHub repository intro (English)
├── README.ko.md ← GitHub repository intro (Korean)
├── docs/
│ ├── index.html ← Docsify entry point
│ ├── README.md ← English docs homepage
│ ├── _sidebar.md ← English sidebar menu
│ ├── section/ ← English section
│ │ ├── notes.md
│ │ ├── labs.md
│ │ └── img/
│ └── ko/ ← Korean version
│ ├── README.md ← Korean docs homepage
│ ├── _sidebar.md ← Korean sidebar menu
│ └── section/
│ ├── notes.md
│ ├── labs.md
│ └── img/- Visit the website using the links above.
- Navigate through the left sidebar or the homepage to access
Section - In each section:
- 📘 Concept Summary:
notes.md - 🧪 Lab Exercises:
labs.md - 📸 Images: Referenced from the
/img/directory
- 📘 Concept Summary:
- Watch Udemy lectures and summarize each section
- Apply concepts through hands-on labs
- Document everything with multilingual support (Docsify + GitHub Pages)
- Render Markdown files as a live website
📌 This documentation was created for personal learning purposes only. Commercial use is strictly prohibited. All contents are freely accessible through a Docsify-powered GitHub Pages site.