Skip to content

Amplify gallery

URL: terraform output amplify_app_url (from a clone of terraform-aws-s3-annotations-demo)

S3 Annotations demo gallery — filters, result count, Te Kaha camera images with annotation tag chips
  1. Open gallery → optional filters (day phase, UTC day, visibility)
  2. Apply Filters — loads annotations via API; summary shows N images match
  3. Paginate with Previous / Next when results exceed 24 per page
  4. Each card shows capture time + tag chips (Te Kaha camera, UTC day, day phase, visibility)
  5. Click thumbnail for lightbox

The UI demonstrates consumer reads annotation-backed metadata — the same JSON you see in get-object-annotation.

Terminal window
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