📰 Dev.to · Gunnar Grosch
Articles from Dev.to · Gunnar Grosch · 18 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9392)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Gunnar Grosch
2w ago
Visualizing AWS Lambda Durable Function Workflows with durable-viz
Turn your durable function handlers into flowcharts without deploying. durable-viz uses static analysis to extract workflow structure from TypeScript, Python, a

Dev.to · Gunnar Grosch
2w ago
Multi-Agent Systems on AWS Lambda with Durable Functions
Deploy a multi-agent purchasing coordinator to AWS Lambda using durable functions. Each specialist becomes its own Lambda function, invoked directly by the coor

Dev.to · Gunnar Grosch
3w ago
AWS Lambda Durable Functions: Building Long-Running Workflows in Code
AWS Lambda Durable Functions let you write long-running workflows as sequential code. This post walks through checkpoint/replay, waitForCallback, parallel execu

Dev.to · Gunnar Grosch
1mo ago
Chaos Engineering for AWS Lambda: failure-lambda 1.0
failure-lambda 1.0 is a complete rewrite of the chaos engineering library for AWS Lambda. This post covers what changed, why, and how to get started with the tw

Dev.to · Gunnar Grosch
1mo ago
Can It Run DOOM? Playing DOOM in Claude Code with doom-mcp
doom-mcp is an MCP server that lets Claude Code, Cursor, and any MCP-compatible client play the classic DOOM. Two play modes: you direct it move by move, or you

Dev.to · Gunnar Grosch
1mo ago
Circuit Breakers on AWS Lambda: Why In-Memory State Silently Fails
In-memory state silently fails on Lambda. Each execution environment tracks its own failure count independently, so the circuit never opens across the fleet. He

Dev.to · Gunnar Grosch
1mo ago
Streaming Bedrock Responses Through API Gateway and Lambda
API Gateway response streaming with Lambda changes how users experience LLM applications. Instead of waiting 8-10 seconds for a complete response, streaming del

Dev.to · Gunnar Grosch
1mo ago
Building the AWS Serverless Power for Kiro
I built a Kiro Power that gives the agent AWS serverless expertise: 25 MCP tools, ten steering guides, and structured decision guidance for the full development

Dev.to · Gunnar Grosch
1mo ago
Turning AWS Serverless Experience into a Claude Code Plugin
What happens when you try to encode collective serverless expertise into a Claude Code plugin? This post walks through the AWS Serverless Plugin: what it does,

Dev.to · Gunnar Grosch
3mo ago
DEV Track Spotlight: Breakout Sessions & Code Talks from AWS re:Invent 2025
Complete guide to all 27 DEV Track Spotlight sessions covering breakout sessions and code talks from AWS re:Invent 2025. Features AWS Heroes, multi-agent AI sys

Dev.to · Gunnar Grosch
3mo ago
DEV Track Spotlight: Building Scalable, Self-Orchestrating AI Workflows with A2A and MCP (DEV415)
Learn how to build production-ready, self-orchestrating AI workflows using Agent-to-Agent (A2A) protocol and Model Context Protocol (MCP), featuring real-world

Dev.to · Gunnar Grosch
3mo ago
DEV Track Spotlight: Serverless Full-Stack in Action: AI-Driven Developer Experience (DEV309)
Learn how to build serverless full-stack applications using Kiro CLI and AI coding assistants. This hands-on session demonstrates building complete serverless b

Dev.to · Gunnar Grosch
3mo ago
DEV Track Spotlight: Build modern applications with Amazon Aurora DSQL (DEV308)
Learn how to build modern serverless applications with Amazon Aurora DSQL from Oleksii Ivanchenko (AWS Solutions Architect) and Vadym Kazulkin (AWS Serverless H

Dev.to · Gunnar Grosch
3mo ago
DEV Track Spotlight: The Builder's Job Is Not to Build: A Mindset for Better Outcomes (DEV347)
Discover how shifting from an output-focused to an outcome-focused mindset can transform your approach to software development. Ben Kehoe, Distinguished Enginee

Dev.to · Gunnar Grosch
3mo ago
DEV Track Spotlight: Building .NET AI Applications with Semantic Kernel and Amazon Bedrock (DEV302)
Learn how to build .NET AI applications with Semantic Kernel and Microsoft Agent Framework on Amazon Bedrock from AM Grobelny (AWS) and Nicki Stone (Amazon), fe

Dev.to · Gunnar Grosch
3mo ago
DEV Track Spotlight: Unleash Rust's Potential on AWS (DEV307)
Discover how Rust's safety, performance, and reliability make it ideal for cloud applications on AWS. Learn from AJ Stuyvenberg (AWS Serverless Hero) and Darko

Dev.to · Gunnar Grosch
3mo ago
DEV Track Spotlight: Designing Local Generative AI Inference with AWS IoT Greengrass (DEV316)
Learn how to design and operate local generative AI inference architectures from Kohei "Max" Matsushita (AWS Community Hero), featuring live demos with robotic

Dev.to · Gunnar Grosch
4mo ago
DEV Track Spotlight: Anti-Money Laundering Multi-agent Orchestration with AWS Strands (DEV326)
Learn how three AWS Heroes built a production-ready, serverless Anti-Money Laundering system using Strands Agents SDK and Amazon Bedrock AgentCore, featuring ei
DeepCamp AI