πŸ› οΈ Lab 8 β€” AI Customer Feedback Hub πŸ† CAPSTONE

Type: Build-on-your-own β€” THE CAPSTONE Time: ~3-5 hours (across the week) Difficulty: Intermediate / Advanced Cost: Free at bootcamp scale. Even keeping it running 24/7 is ~$0 for low traffic.


🎯 What you’ll build

This is the portfolio piece. Build a complete production AI app: a customer feedback form (S3) β†’ API Gateway β†’ Lambda β†’ Comprehend β†’ DynamoDB β†’ admin dashboard (S3). Six AWS services chained together. You’ll show this on your LinkedIn, your CV, your GitHub.

πŸ“‹ Prerequisites

  • All previous labs complete
  • Comfortable with Lambda, API Gateway, DynamoDB
  • Time blocked: this needs proper focus, not 10-minute chunks

πŸ› οΈ AWS Services used

  • S3 (Γ— 2) β€” frontend form + dashboard
  • API Gateway β€” HTTP endpoint for form submissions
  • Lambda (Γ— 2) β€” process feedback + return dashboard stats
  • Comprehend β€” sentiment + entities
  • DynamoDB β€” feedback storage
  • IAM β€” role-based permissions
  • CloudFront (optional bonus) β€” CDN + HTTPS

πŸ“– The full walkthrough

Open Week4_Lab8_AI_Capstone.html in your browser. It’s a complete step-by-step guide with screenshots, code snippets, and inline hints.

πŸ’‘ The HTML file is self-contained β€” no install, no internet needed once you’ve cloned the repo. Just double-click to open in your browser.


πŸ†˜ If you get stuck

  1. Re-read the relevant step in the HTML walkthrough
  2. Check the Common Mistakes callouts (red boxes in the walkthrough)
  3. Expand the πŸ’‘ Hint sections for guidance
  4. WhatsApp the group with a screenshot of the error
  5. Tag your post with #capstone-done

πŸŽ“ Submission

Capstone submission package β€” drop all of this in the WhatsApp group with #capstone-done:

  1. Live URL of your feedback form
  2. Live URL of your admin dashboard
  3. GitHub repo with all your code + a quality README
  4. Screenshot of the dashboard with at least 5 real submissions analyzed
  5. LinkedIn post featuring the project, tagged #cloudwithshad

⬅️ Back to Week 4