Serverless
27 Sept 2026 · 6 min read
Direct, SQS, EventBridge or Step Functions? What 160 Lambda Benchmarks Say
I benchmarked four ways to chain AWS Lambda functions for my MSc. Managed orchestration adds a ~1.5 s routing tax, 512 MB is the memory sweet spot, and SQS catches up.
ArticlesAWSServerless

25 Jun 2023 · 6 min read
Event-Driven Architecture on AWS: EventBridge, Lambda, SNS and SQS
An introduction to event-driven architecture on AWS: how EventBridge, Lambda, SNS and SQS let loosely coupled services communicate through events.
ArticlesAWSEvent Driven ArchitectureServerless

21 Jun 2023 · 12 min read
AWS Serverless with Node.js 22: Lambda, DynamoDB and SAM
AWS serverless with Node.js 22: build a TypeScript Lambda that writes to DynamoDB with the AWS SDK v3, test it with Vitest and deploy it using AWS SAM.
ArticlesAWSLatest NewsNode.jsServerless

9 Jun 2023 · 11 min read
EventBridge Event Store with DynamoDB and Lambda (Node.js 22)
Build an Amazon EventBridge event store with DynamoDB and a Node.js 22 Lambda using the AWS SDK v3, then deploy it with AWS SAM to trace every event.
ArticlesAWSLatest NewsServerlessTutorial

7 Jun 2023 · 9 min read
DynamoDB with TypeScript: Practical Tips
Practical tips for DynamoDB with TypeScript: running DynamoDB locally, modelling data around access patterns and typing your items with interfaces.
ArticlesAWSLatest NewsServerless
