Migrating a Production Platform from CDK to SST Without Downtime
CDK worked until it did not. I migrated Restore Blue from AWS CDK to SST with zero downtime by running both stacks in parallel.
Tag archive
CDK worked until it did not. I migrated Restore Blue from AWS CDK to SST with zero downtime by running both stacks in parallel.

Every developer knows the "happy path"—that glorious moment when your code works perfectly on a small...
SST (Serverless Stack) is the framework that makes AWS simple. Define APIs, databases, cron jobs, and...
SST (Serverless Stack) lets you define and deploy full-stack apps on AWS using TypeScript. It...
CloudFormation is XML-pretending-to-be-YAML. CDK is better but verbose. SST lets you define AWS...
AWS has 200+ services and deploying a simple app takes 3 days of YAML. SST wraps AWS in TypeScript...
SST (Serverless Stack) lets you build full-stack apps on AWS with TypeScript — and its constructs...
TL;DR SST (Serverless Stack) makes it easy to build full-stack apps on AWS. It provides...
AWS has 200+ services. Deploying a simple app requires CloudFormation, IAM roles, API Gateway...

The Problem We're Solving It's 2 AM on a Saturday. You got your teams call. Your order...
Learn how to set up automatic preview environments for Next.js apps using SST and GitHub Actions, similar to Vercel's preview URLs but on AWS infrastructure.
In this article, we review sst.config.ts file in tldraw codebase. We will look at: What is...