lambda
6 posts
How we went from 30-second Lambda timeouts killing our video platform to handling 10GB+ file uploads seamlessly with S3 signed URLs. Complete implementation with CDK, security considerations, and production lessons learned.
After removing all factories, services, and dependency injection from our Node.js microservices, we shipped 3x faster with 65% fewer bugs. Here's why functions beat classes for event-driven architectures.
Real-world CQRS implementation with AWS Lambda, EventBridge, and DynamoDB. Learn from my mistakes implementing event sourcing, handling eventual consistency, and debugging distributed systems in production.
Deep dive into migrating Lambda functions, API Gateway configurations, request validations, and error handling from Serverless Framework to AWS CDK with practical examples.
Why I moved from Express.js to Lambda, the costly mistakes I made along the way, and the TypeScript patterns that saved my team thousands in AWS bills.
How a 'simple' API change cost us $80K in enterprise client integration failures, why documentation drift kills businesses, and the production-tested system that generates OpenAPI specs from Zod schemas automatically.