Completed
⌨️ Project Setup
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Serverless Node.js Tutorial - Neon Postgres, AWS Lambda, Next.js, and Vercel
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Welcome
- 2 ⌨️ What Serverless Means for App Development
- 3 ⌨️ Requirements & Tech Overview
- 4 ⌨️ Project Setup
- 5 ⌨️ Running Express Locally with the Serverless Framework
- 6 ⌨️ Using Dotenv to Load Sensitive Data in Each Stage
- 7 ⌨️ Explore Branching Databases with Neon Postgres
- 8 ⌨️ Manage Neon resources from your terminal with the Neon CLI
- 9 ⌨️ Integrete NodeJS to Neon Postgres
- 10 ⌨️ First Deploy to AWS Lambda via Serverless Framework
- 11 ⌨️ Securing our Deployment with AWS System Manager Parameter Store
- 12 ⌨️ Decouple and Upgrade AWS SSM Client
- 13 ⌨️ Your First Database Schema
- 14 ⌨️ Generate SQL Migration Files from Drizzle Kit
- 15 ⌨️ Custom CLI to Perform DB Migrations
- 16 ⌨️ Create & Retreive Database Data with Drizzle
- 17 ⌨️ Validating Request Data with Zod
- 18 ⌨️ Automating Branched Neon Database Secrets
- 19 ⌨️ Automated Deployments via Github Actions
- 20 ⌨️ Integrating with Rewrites in Nextjs and Vercel
- 21 ⌨️ Deploy Expressjs to Vercel
- 22 ⌨️ Thank you and next steps