✕ Clear all filters
13 articles

📰 Dev.to · Eric D Johnson

13 articles · Updated every 3 hours · View all reads

All Articles 84,942Blog Posts 106,829Tech Tutorials 20,871Research Papers 18,056News 14,092 ⚡ AI Lessons
Creating Your First Lambda Function
Dev.to · Eric D Johnson 1mo ago
Creating Your First Lambda Function
So you want to build your first serverless function? Let's do it. No fluff, no detours — just you,...
Lambda Just Got a File System. I Put AI Agents on It.
Dev.to · Eric D Johnson 1mo ago
Lambda Just Got a File System. I Put AI Agents on It.
You've written this code before. An S3 event fires, your Lambda function wakes up, and the first...
Modern Container Builds and WebSocket APIs Come to AWS SAM
Dev.to · Eric D Johnson 1mo ago
Modern Container Builds and WebSocket APIs Come to AWS SAM
SAM CLI has always been good at taking the grunt work out of serverless deployments. You define your...
Cold Starts Are Dead
Dev.to · Eric D Johnson ⚡ AI Lesson 1mo ago
Cold Starts Are Dead
It never fails. Every time I talk about serverless, someone pushes back with the cold start argument....
Is this code deterministic?
Dev.to · Eric D Johnson 4mo ago
Is this code deterministic?
I recently posted a small code snippet in a LinkedIn poll and asked what sounded like a simple...
AWS Lambda Durable Functions: Build Workflows That Last
Dev.to · Eric D Johnson 6mo ago
AWS Lambda Durable Functions: Build Workflows That Last
Long-running workflows without managing infrastructure Your Lambda function needs to wait for a...
Developing AWS Lambda Durable Functions with AWS SAM
Dev.to · Eric D Johnson 6mo ago
Developing AWS Lambda Durable Functions with AWS SAM
How to configure, build, and deploy long-running workflows using SAM templates You've written a...
The Replay Model: How AWS Lambda Durable Functions Actually Work
Dev.to · Eric D Johnson 6mo ago
The Replay Model: How AWS Lambda Durable Functions Actually Work
Understanding the checkpoint-based execution that makes long-running workflows possible You write an...
Testing AWS Lambda Durable Functions in TypeScript
Dev.to · Eric D Johnson 6mo ago
Testing AWS Lambda Durable Functions in TypeScript
How to write fast, reliable tests for workflows that span hours Testing long-running workflows is...