AWS Solutions Architect Associate (SAA-C02)
Serverless Blogging Website¶
Requirements¶
- This website should scale globally
- Blogs are rarely written, but often read
- Some of the website is purely static files, the rest is a dynamic REST API (public)
- Caching must be implement where possible
- Any new users that subscribes should receive a welcome email
- Any photo uploaded to the blog should have a thumbnail generated
Architecture¶
Last updated: 2022-05-10