Admin
Integrations
- Database (Aurora Serverless v2) configured
- Auth (Okta OIDC) missing
- GitHub App configured
- Vercel API configured
- Vercel guardrails (Secure Compute + builder access group) missing
- Vercel Passport missing
- Vanity domains configured
- Env encryption key configured
- Webhook signing secret configured
- AWS deploy role (reference) configured
Access
Allowed email domains
nerdwallet.com
Admins
tbeatty@nerdwallet.com
Set via ALLOWED_EMAIL_DOMAINS and ADMIN_EMAILS env vars.
Templates
- Next.js + Lambda APINext.js frontend on Vercel with a TypeScript AWS Lambda + API Gateway backend (SAM).
runway-template-next-lambda - Cron worker + Lambda APIFor work that runs automatically on a schedule — a daily report, a cleanup job, anything that doesn't need a person to kick it off. Includes a page showing when it last ran and a button to run it right now.
runway-template-cron-lambda - ECS worker + Lambda APIFor work that takes a while and shouldn't make anyone wait for it — submit a job, and a background worker processes it whenever it gets to it. Includes a page showing what's queued up and what's done.
runway-template-ecs-worker