AWS Services Used

Explore the infrastructure powering this site, built entirely using AWS cloud services and serverless technologies.

Amazon S3 (Static Hosting + Assets)

Not only is this entire website hosted on S3, but the assets related to this fun list of my personal favorite books is hosted and dynamically pulled from an S3 bucket.

View S3-Powered Book Gallery

Lambda & API Gateway

All backend logic is serverless. Requests go through API Gateway and trigger Lambda functions for compute power on demand.

View and Interact with Lambda

DynamoDB

Highly scalable NoSQL database used for storing structured data and simulating real-time interactions (e.g. restaurant apps).

View DynamoDB

Terraform

Infrastructure as Code for creating, modifying, and managing all AWS components reliably and repeatedly.

Coming Soon