Before starting, ensure you have the following prepared:
aws configure) with an IAM user that has sufficient privileges.zip available to package deployment artifacts.Repository to clone:
git clone https://github.com/june4m/aws-blood_donation_cloud.git
cd aws-blood_donation_cloud
Key files in the repo used by this workshop:
BloodDonationSupportSystemBE/ - Backend Node.js project (packaging for Lambda)BloodDonationSupportSystem.sql, initData.sql - Database schema & seed databuildspec.yml - Reference CodeBuild pipeline used in CI/CDBloodSupportSystem.md - Project description and architecture notesSecurity note: do not commit AWS credentials or DB passwords. Use Secrets Manager or environment variables for production.