Skip to content

Commit

Permalink
AWS: Add Aurora introduction sample image (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Apr 8, 2024
2 parents 97cc8a5 + 9da74e9 commit e139e3e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
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

0 comments on commit e139e3e

Please sign in to comment.