The repository contains a frontend project that can be hosted with AWS Amplify or any static hosting (S3 + CloudFront). This section covers deploying with Amplify.
june4m/aws-blood_donation_cloud) and choose the frontend directory (if present). Configure a build setting if Amplify cannot auto-detect the framework.# build (example)
cd path/to/frontend
npm ci
npm run build
# sync build folder to S3
aws s3 sync build/ s3://your-frontend-bucket --delete
Validation: Open the Amplify URL or CloudFront distribution to verify the frontend loads and interacts with the backend API.