This document provides a step-by-step guide to building a multi-tier serverless web application on AWS using DynamoDB, API Gateway, Lambda, S3, and other services. It begins by introducing the 3-tier architecture and then walks through setting up the data, logic, and presentation tiers. For the data tier, it shows how to create a DynamoDB table. For the logic tier, it demonstrates building an API with API Gateway and Lambda functions. For the presentation tier, it depicts hosting the frontend code on S3. It also discusses automating deployment and generating SDKs.