GitHub Repository
You can find the project source code on GitHub.
Prerequisites
You need to have AWS credentials configured locally.Project Setup
Let’s create a new Next.js application.@upstash/redis package.
Database Setup
Create a Redis database using Upstash Console or Upstash CLI and copy theUPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN into your .env file.
.env
Pass the Environment Variables
/sst.config.ts
Home Page Setup
Update/app/page.tsx:
/app/page.tsx
Run
Start the SST dev environment. It runsnext dev for you and injects the environment variables defined in sst.config.ts.
http://localhost:3000/