π οΈ Lab 8 β AI Customer Feedback Hub π CAPSTONE
π οΈ 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
- Re-read the relevant step in the HTML walkthrough
- Check the Common Mistakes callouts (red boxes in the walkthrough)
- Expand the π‘ Hint sections for guidance
- WhatsApp the group with a screenshot of the error
- Tag your post with
#capstone-done
π Submission
Capstone submission package β drop all of this in the WhatsApp group with #capstone-done:
- Live URL of your feedback form
- Live URL of your admin dashboard
- GitHub repo with all your code + a quality README
- Screenshot of the dashboard with at least 5 real submissions analyzed
- LinkedIn post featuring the project, tagged
#cloudwithshad
β¬ οΈ Back to Week 4