GitHub Repository
You can find the project source code on GitHub.
Prerequisites
You need to have AWS credentials configured locally and SST CLI installed.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
Run the SST app.http://localhost:3000/