Before starting the workshop, ensure you have the following requirements ready.
You need an AWS account to create and manage Cognito User Pools and work with Amplify.
Requirements:
Steps:
us-east-1 or ap-southeast-1).Your local machine should be set up for building and running a Next.js + Amplify application.
| Tool | Version | Purpose |
|---|---|---|
| Node.js | 18.x or later | Required for Next.js & Amplify |
| npm | 9.x or later | Package management |
| Git | Latest | Version control |
| Code Editor | VS Code (recommended) | Development |
| AWS CLI (optional) | Latest | Useful for debugging and credentials setup |
node --version # Should be v18.x or higher
npm --version # Should be v9.x or higher
git --version # Should show a valid version
Navigation: