Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS: Add Aurora introduction sample image #168

Merged
merged 5 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@
This section provides links to detailed documentation, introduction videos, and FAQs for popular AWS services
- **Total services covered:** **42**
- **AWS Docs:** Official documentation for each service
- **Introduction (Youtube):** AWS short-introduction videos (~2min) with rich animations, music, and diagrams
- **AWS FAQs:** Frequently asked questions about AWS services
- **Introduction (Youtube):** AWS short-introduction videos (~2min) with rich animations, music, and diagrams
- For example: [Introduction to Amazon Aurora](https://youtu.be/FzxqIdIZ9wc)
![aurora_overview](./assets/aurora_overview.png)

Full AWS services learning resource table:

| ID | Service Name | AWS Docs | Introduction | AWS FAQs |
|----|--------------|----------|--------------|----------|
Expand Down
Binary file added assets/aurora_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions generate-content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ echo "<!-- Do not edit the above line manually -->" >>README.md
echo "## AWS Services Learning Resources 📘" >>README.md
# Brief introduction
echo "This section provides links to detailed documentation, introduction videos, and FAQs for popular AWS services" >>README.md
echo "- **Total services supported:** **${services_count}**" >>README.md
echo "- **Total services covered:** **${services_count}**" >>README.md
echo "- **AWS Docs:** Official documentation for each service" >>README.md
echo "- **Introduction (Youtube):** AWS short-introduction videos (~2min) with rich animations, music, and diagrams" >>README.md
echo "- **AWS FAQs:** Frequently asked questions about AWS services" >>README.md
echo "- **Introduction (Youtube):** AWS short-introduction videos (~2min) with rich animations, music, and diagrams" >>README.md
echo " - For example: [Introduction to Amazon Aurora](https://youtu.be/FzxqIdIZ9wc)" >>README.md
echo " ![aurora_overview](./assets/aurora_overview.png)" >>README.md

echo "" >>README.md
echo "Full AWS services learning resource table:" >>README.md
echo "" >>README.md
echo "| ID | Service Name | AWS Docs | Introduction | AWS FAQs |" >>README.md
echo "|----|--------------|----------|--------------|----------|" >>README.md
Expand Down