It works.

Your Midway-protected personal site is live. Replace this page with your own content under assets/index.html.

PersonalNovaWebsite · S3 + CloudFront + Midway via CloudFrontSigner

You're seeing this page because…

…the CDK stack deployed and CloudFront is serving the bundled placeholder. If you can read this, the “hard” parts of the setup are already done: Route 53 delegation, ACM cert, CloudFront distribution, the URL-rewrite Function, the bindle wiring, and (assuming you're past Phase 5) CloudFrontSigner.

Replace this page

Edit the file on disk and re-publish:

vim assets/index.html       # or your editor of choice
./scripts/publish.sh        # syncs assets/ to S3 + invalidates CloudFront

For new sub-sites, drop a directory under assets/:

assets/
├── index.html               # this page (replace it)
└── my-page/
    └── index.html           # served at /my-page/
Granting access: teammates who hit Midway still need bindle permission to view your site. Add them at bindles.amazon.com → your bindle → targetDomain resource → Access targetDomain permission. See README Phase 6 for details.

What's published here

This site is private to Amazon employees with Midway and the appropriate bindle grant. Upload anything internal-safe: write-ups, dashboards, screenshots, ad-hoc analyses. Don't put production secrets, customer data, or anything that violates the SuperNova Acceptable Use Policy here.