1 min read
Taming Lambda cold starts in a serverless backend
Practical techniques for reducing cold starts across a large serverless backend, from artifact size to provisioned concurrency.
- AWS
- Lambda
- Serverless
- Performance
writing
Notes on serverless architecture, AWS, cloud cost, and building reliable AI systems.
Practical techniques for reducing cold starts across a large serverless backend, from artifact size to provisioned concurrency.
How to serve a static Next.js export from a private S3 bucket behind CloudFront, with HTTPS, caching, and a Lambda API on the same domain.