Available posts in opennext

OpenNext + CDK: Next.js on AWS Without ECS Fargate

OpenNext + CDK: Next.js on AWS Without ECS Fargate
22nd August 2026

I usually ship Next.js as Docker standalone on ECS Fargate — ALB, VPC, always-on tasks. For an MVP like qr-plakat.de I went OpenNext 4.x + AWS CDK instead. Cheaper to run, faster to iterate. If the product works, I might switch to Fargate. Three…