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 GalleryLambda & 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 LambdaDynamoDB
Highly scalable NoSQL database used for storing structured data and simulating real-time interactions (e.g. restaurant apps).
View DynamoDBTerraform
Infrastructure as Code for creating, modifying, and managing all AWS components reliably and repeatedly.
Coming Soon