All
Articles 132,867Blog Posts 137,414Tech Tutorials 34,436Research Papers 25,938News 18,833
⚡ AI Lessons

Dev.to · Gunnar Grosch
📣 Digital Marketing & Growth
⚡ AI Lesson
14h ago
Sinch from the Command Line: Numbers, Calls, Messages, Logs
The Sinch CLI covers the whole Sinch product surface from one tool: rent a number, make an outbound call, send a message, test a webhook locally, and stream liv

Dev.to · Gunnar Grosch
3d ago
Getting Started with Sinch Functions
Sinch Functions is serverless compute that runs your voice and messaging logic inside the Sinch network. This post walks through building and deploying your fir

Dev.to · Gunnar Grosch
📣 Digital Marketing & Growth
⚡ AI Lesson
1mo ago
Picking a Phone Verification Method: SMS, Flash Call, Phone Call, and Data Verification
How to choose between SMS OTP, flash call, voice OTP, and silent network authentication for phone-based user verification.

Dev.to · Gunnar Grosch
1mo ago
SMS Delivery Receipts on AWS Lambda
Know whether your SMS messages were delivered. A Lambda Function URL receives delivery receipt webhooks from the Sinch Conversation API, validates the HMAC sign

Dev.to · Gunnar Grosch
📣 Digital Marketing & Growth
⚡ AI Lesson
1mo ago
Sending SMS from AWS Lambda
Send SMS from AWS Lambda using the Sinch Conversation API. Complete TypeScript and Python handlers with SSM Parameter Store credentials, OAuth 2.0 auth, and SAM

Dev.to · Gunnar Grosch
⚡ AI Lesson
3mo 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
🤖 AI Agents & Automation
⚡ AI Lesson
4mo 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
📣 Digital Marketing & Growth
⚡ AI Lesson
4mo 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
☁️ DevOps & Cloud
⚡ AI Lesson
4mo 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
💻 AI-Assisted Coding
⚡ AI Lesson
4mo 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
⚡ AI Lesson
4mo 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
🧠 Large Language Models
⚡ AI Lesson
4mo 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
⚡ AI Lesson
5mo 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
🤖 AI Agents & Automation
⚡ AI Lesson
5mo 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
🤖 AI Agents & Automation
6mo 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
🔧 Backend Engineering
6mo 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
🔧 Backend Engineering
6mo 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
🏗️ Systems Design & Architecture
7mo 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
🏗️ Systems Design & Architecture
7mo 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
🤖 AI Agents & Automation
7mo 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
🏗️ Systems Design & Architecture
7mo 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
🏗️ Systems Design & Architecture
7mo 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
🤖 AI Agents & Automation
7mo 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