📁 Folder Tree
- 📁 Building a Full-Stack Serverless Application on AWS
- 📂 CHAPTER 01 Course Introduction
- 📂 01-01 Course Introduction
- 📂 01-02 About the Training Architect
- 📂 01-03 AWS Free Tier Usage tracking and Billing Widget
- 📂 01-04 What You Should Know Beforehand Prerequisites
- 📂 CHAPTER 02 Serverless Defined
- 📂 02-01 Why Use Serverless
- 📂 02-02 Serverless Architectures
- 📂 02-03 Limitations of Serverless
- 📂 CHAPTER 03 Front-End Serverless Layer S3 and CloudFront
- 📂 03-01 Overview
- 📂 03-02 Setting Up AWS S3 as a Standalone Website via Console
- 📂 03-03 AWS CloudFront as an HTTPS Endpoint Provider
- 📂 03-04 HANDS-ON LAB Setting Up an S3 Static Website Using AWS CLI
- 📂 03-05 HANDS-ON LAB Setting Up AWS CloudFront as an HTTPS Endpoint for S3
- 📂 CHAPTER 04 Application Layer AWS Lambda Functions
- 📂 04-01 Overview
- 📂 04-02 Creating a Lambda Function and Lambda IAM Execution Role
- 📂 04-03 Event Triggers for AWS Lambda
- 📂 04-04 Testing and Debugging Lambda Functions
- 📂 04-05 HANDS-ON LAB Setting Up Lambda Functions with S3 Event Triggers
- 📂 CHAPTER 05 Back-End Data Persistence Layer AWS Aurora Serverless
- 📂 05-01 Overview
- 📂 05-02 What Is Amazon Aurora Serverless
- 📂 05-03 Aurora Serverless Concepts
- 📂 05-04 Integrating Aurora Serverless with Lambda Functions
- 📂 05-05 HANDS-ON LAB Creating and Connecting to an Aurora Serverless Database via CLI
- 📂 05-06 HANDS-ON LAB Integrating Aurora Serverless with Lambda Functions Using Python and PyMySQL
- 📂 CHAPTER 06 Monitoring Serverless Application Metrics
- 📂 06-01 Metrics and CloudWatch Dashboard for Serverless
- 📂 CHAPTER 07 Conclusion