AWS deploy POC
Throwaway site. It exists to exercise the parts of a static deploy that actually break: clean URLs on nested routes, 404 handling, cache invalidation after a deploy, and a form POST to an API on the same origin.
Build stamp
- built
- 2026-08-01T15:02:36.981Z
- commit
- HEAD
What to check after a deploy
- This timestamp moved (if not, HTML is being served stale).
- A two-level nested page resolves.
- The same page without a trailing slash resolves, in one hop, with no loop.
- A missing page returns a real 404, not 403 and not XML.
- The form submits and the email arrives.