Lambert High School – Class of 2027
I designed and deployed a fully functional personal resume website using AWS and GitHub services. The site is hosted on an Amazon S3 bucket configured for static website hosting and serves HTML, CSS, and image assets.
I integrated AWS CloudFront as a content delivery network (CDN) to enable HTTPS, improve load times, and provide global caching. DNS routing is handled by AWS Route 53, which maps the custom subdomain (resume.saisidharth.com) to the CloudFront distribution.
Code for the website is version-controlled in a GitHub repository, and I implemented a CI/CD pipeline using GitHub Actions that automatically deploys updates to the S3 bucket on every push to the main branch. I also secured this website using a ZeroSSL certificate.
This architecture demonstrates my ability to work with cloud infrastructure, automate deployments securely, and deliver scalable, production-grade web solutions.