This hands-on workshop guides you through deploying the DaiVietBlood (Blood Donation Support System) reference project available at https://github.com/june4m/aws-blood_donation_cloud.
The workshop is organized so you can follow a minimum-privilege, cost-aware path from cloning the repository to running a simple end-to-end demo. It covers account and environment setup, backend packaging and deployment to AWS Lambda, frontend hosting, provisioning an RDS database and loading seed data, and configuring CI/CD using CodeBuild/CodePipeline.
buildspec.yml (CodeBuild-friendly).BloodDonationSupportSystem.sql, initData.sql) — intended for Amazon RDS (MySQL/Postgres).buildspec.yml is included; CodePipeline/CodeBuild are recommended for reproducible builds and deployments.
Each section contains step-by-step instructions, example commands, and validation checks. If you want, I can expand any section with CloudFormation templates, IAM policy examples, or exact parameter values for your environment.