⚠️ Note: The information below is for reference purposes only. Please do not copy verbatim for your report, including this warning.
This workshop guides you through building a Serverless Blood Donation & Emergency System (DaiVietBlood) on AWS. You will learn how to set up and configure the core AWS services used in the project architecture.

| Service | Purpose |
|---|---|
| Amazon VPC | Create virtual private network with Public/Private Subnets |
| NAT Gateway | Allow resources in Private Subnet to access Internet |
| Amazon RDS | MySQL database for the application |
| AWS Lambda | Serverless business logic processing |
| Amazon API Gateway | Manage and expose REST APIs |
| Amazon S3 | Store static assets (images, files) |
| Amazon CloudFront | CDN for global content distribution |
| AWS Amplify | Host Frontend application (React) |
| AWS CodePipeline | CI/CD automation |
| Amazon CloudWatch | Monitoring and logging |
This workshop uses resources within AWS Free Tier when possible. Estimated cost is approximately ~$15-20 if completed within 1-2 days and resources are cleaned up immediately after.