Amplify gallery
URL: terraform output amplify_app_url (from a clone of terraform-aws-s3-annotations-demo)
- Open gallery → optional filters (day phase, UTC day, visibility)
- Apply Filters — loads annotations via API; summary shows N images match
- Paginate with Previous / Next when results exceed 24 per page
- Each card shows capture time + tag chips (Te Kaha camera, UTC day, day phase, visibility)
- Click thumbnail for lightbox
The UI demonstrates consumer reads annotation-backed metadata — the same JSON you see in get-object-annotation.
Manual frontend deploy
Section titled “Manual frontend deploy”AMPLIFY_APP_ID=$(terraform -chdir=terraform output -raw amplify_app_id)VITE_API_URL=$(terraform -chdir=terraform output -raw api_invoke_url)./scripts/deploy-amplify.sh