Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js demo that fetches movies from AWS Aurora PostgreSQL using secure OIDC and RDS IAM authentication.

A Nuxt.js boilerplate preconfigured with Nhost's GraphQL, authentication, and Tailwind CSS for rapid full-stack development.

Minimalist Hugo theme with dark/light modes, image banners, and Lunr.js search.

Nuxt3 app template for github pages deploy

A copy-paste library of pre-built Tailwind CSS components with Hero Icons, SEO-friendly markup, and MIT licensing.

Wrapkit is a free Bootstrap 4 UI kit with 25+ UI elements and 17+ ready-to-use blocks for building landing pages, admin pages, and websites.

Gatsby starter for football team websites with Netlify CMS, blog, and contact form.
AWS Aurora PostgreSQL Movies Demo is a Next.js boilerplate from Vercel that demonstrates fetching movie records from an Amazon Aurora PostgreSQL database using secure OIDC Federation and RDS IAM authentication instead of hardcoded access tokens.
The demo is a reference application that pairs a Next.js front end with an Amazon Aurora PostgreSQL database and renders a list of movies on screen. It serves as a working example of how a Vercel-deployed application can authenticate to Aurora PostgreSQL through Vercel's OIDC Federation and AWS RDS IAM, eliminating the need to store database credentials in the repository. The project is hosted on GitHub under the Vercel organization and can be launched with a single click through the Vercel Deploy workflow.
vercel env pull, installing dependencies with pnpm, and running database migrations and seed scripts before starting the dev server.pnpm run db:migrate to create tables and pnpm run db:seed to populate the database with movie data.vercel env pull, install dependencies with pnpm, run db:migrate and db:seed, then start the development server with pnpm run dev.No. It uses Vercel's OIDC Federation and AWS RDS IAM authentication, so the application obtains temporary database credentials automatically instead of storing a password or token in the source code.
After deploying, clone the generated repository, run vercel env pull to fetch environment variables, install dependencies with pnpm, execute pnpm run db:migrate and pnpm run db:seed, and finally start the development server with pnpm run dev.
Amazon Aurora PostgreSQL. A running Aurora PostgreSQL instance is required, and it can be provisioned through the Vercel Marketplace AWS integration as part of the deployment flow.
