The Infra That Saved Me From AWS - My 2023 Stack

Created time
Mar 6, 2023 08:39 PM
Summary
Progress
Done
Category
Programming
Source
Youtube

Vercel

  • MUST HAVE
  • Serverless functions without configurations

Planetscale

  • Databases
  • Serverless
  • Schema-safe

Axiom

  • Logging
  • 2 clicks from integrating Vercel
  • Find errors and so on
  • Best search
  • Client-side logging

Upstash

  • Crons
  • Caches
  • Events
  • Message queues
  • Rate limiting
  • Redis
  • Kafka
  • all non-serverless things

Clerk

  • Authentication

Others

  • stripe - payments
  • pusher - realtime information
  • github - Git repo
  • railway - infrastructure, no Lambdas
  • plausible - analytics
  • segment - Customer data platform
  • growthbook - feature flags and AB testing
  • loops - email for SaaS