Advertisement · 728 × 90

Posts by Gunnar Grosch

Post image Post image Post image

Great day at AWS Community Day Bay Area Security Edition on Friday! Always great catching up with the Bay Area community and to hang out with fellow Heroes! My session on the security risks with MCP was hopefully an eye opener for many.

Looking forward to the next one!

1 week ago 5 0 0 0
Post image Post image Post image Post image

Thanks to everyone who joined yesterday's Gothenburg Serverless meetup and to Knightec Group for hosting! Next meetup on May 5 hosted by our friends at Cloud Enablers!

Sign up to the group for notifications:

www.meetup.com/gothenburg-s...

#serverless #gothenburg

1 week ago 3 0 0 0
Preview
Durable Viz - Visual Studio Marketplace Extension for Visual Studio Code - Visualize AWS Lambda Durable Functions workflows. See your step, parallel, invoke, and callback primitives as an interactive flowchart.

VS Code Marketplace: marketplace.visualstudio.com/items?itemNa...
DEV Community: dev.to/gunnargrosch...
Builder Center: builder.aws.com/content/3BX6...

3 weeks ago 1 0 0 0
Post image

New tool: durable-viz turns AWS Lambda durable function handlers into flowcharts using static analysis. No deployment, no credentials.

TypeScript, Python, Java. CLI or VS Code extension.

npx durable-viz handler.ts --open

github.com/gunnargrosch...

3 weeks ago 4 1 1 0
Post image

context.invoke() unlocks a pattern: one Lambda coordinator dispatching specialist agents as separate functions. Every call checkpointed, coordinator suspended while specialists run.

dev.to/gunnargrosch...

builder.aws.com/content/3BRI...

3 weeks ago 1 1 0 0
Post image

Gothenburg Serverless is back! Join us at Knightec in Lindholmen on April 7:

- Spec-Driven Development for Serverless (Isak Holmdahl, Knightec)
- Long-Running Serverless Workflows as Sequential Code (me)

Food and drinks from 17:30. Space is limited:
www.meetup.com/gothenburg-s...

4 weeks ago 2 0 0 0
Post image

Lambda Durable Functions: sequential code, checkpointed state, up to a year of execution. Zero compute during waits.

Wrote about checkpoint/replay and built an AI support triage workflow with human-in-the-loop callbacks.

dev.to/gunnargrosch...

builder.aws.com/content/3B5i...

1 month ago 3 1 0 0

I haven't done that yet. Have played quite a bit but still trying to get the hang of everything. Is the expedition worth doing

1 month ago 0 0 2 0
Post image

This game is so addictive!

1 month ago 2 0 1 0
Post image

Does your circuit breaker trip when it should? Do your retries back off or hammer a dead endpoint? failure-lambda 1.0: inject real failure conditions into any Lambda function to find out.

dev.to/gunnargrosch...

builder.aws.com/content/3Aqx...

#aws #serverless #chaosengineering

1 month ago 3 0 0 0
Advertisement
Post image

DOOM runs on everything. Now AI coding assistants join the list.

doom-mcp: an MCP server that lets Claude Code, Kiro, or Cursor play the actual DOOM engine.

dev.to/gunnargrosch...

builder.aws.com/content/3AmP...

1 month ago 4 0 0 1
Post image

I'll be in Amsterdam during KubeCon Europe week (March 23-26). Exploring what's next after 5+ years in DevRel at AWS.

No ticket yet (hint hint), but around all week. Want to grab coffee and talk cloud native, AI, or dev experience? DM me!

#KubeConEU #CloudNative

1 month ago 0 0 0 0
Post image

In-memory circuit breakers are silently useless on Lambda.

Each environment tracks failures independently. With 50 concurrent environments and threshold 5, you need 250 failures before any circuit opens.

dev.to/gunnargrosch...

builder.aws.com/content/3Aj5...

1 month ago 6 0 0 0
Post image

New post: Multi-agent systems with RISEN prompts. The routing logic lives in the coordinator Steps section, not in code. Agents as tools, hooks for observability, routing eval with stubs.

dev.to/gunnargrosch...

builder.aws.com/content/3AXe...

1 month ago 3 0 0 0
Post image

New post: Lightweight evals for AI agent output quality. Structural checks, LLM-as-judge, calibration loop. RISEN prompts double as your eval spec. Runnable demo with two domains.

dev.to/gunnargrosch...

builder.aws.com/content/3ARU...

1 month ago 3 0 0 0
Post image

New post: RISEN (Role, Instructions, Steps, Expectation, Narrowing) turns vague system prompts into behavioral contracts for AI agents. Three scenarios with a runnable demo, including one with MCP tools.

builder.aws.com/content/2cwk...

dev.to/gunnargrosch...

1 month ago 5 1 0 0
Post image

After over five years at AWS, I'm part of the February layoffs. I've spent that time close to practitioners and the community, and that's what I'm looking for in what's next. Developer advocacy, DevRel, or community building. Longer post here:

www.linkedin.com/posts/gunnar...

1 month ago 6 1 1 0
Post image

New post: Streaming Bedrock Responses Through API Gateway and Lambda

~500ms to first token instead of 8-10s. A side-by-side demo with the code and config to make it work.

dev.to/gunnargrosch...

builder.aws.com/content/3A9e...

1 month ago 4 0 0 0
Post image

New post: Building AI Agents in TypeScript with the Strands Agents SDK

TypeScript support is in preview. A quick look at getting started: five examples from minimal agent to multi-tool orchestration.

dev.to/gunnargrosch...

builder.aws.com/content/3A55...

1 month ago 4 0 0 0
Advertisement
Post image

New post: Building the AWS Serverless Power for Kiro

Built a Kiro Power with 25 MCP tools and ten steering guides for AWS serverless. Same expertise, different packaging.

dev.to/gunnargrosch...

builder.aws.com/content/3A1s...

1 month ago 3 0 0 0
Post image

New post: Turning AWS Serverless Experience into a Claude Code Plugin

Encoded serverless expertise into skill guides so Claude makes the judgment calls that come from experience, not just documentation.

builder.aws.com/content/39yk...

dev.to/gunnargrosch...

1 month ago 3 0 0 0
Post image

New post: Extending Claude Code with Plugins and Skills for AWS Development

Teach Claude your deployment process and security checks once. Skills are markdown files that replace repeated explanations. Plugins package them for your team.

builder.aws.com/content/39vd...

dev.to/gunnargrosch...

1 month ago 3 0 0 0
Post image

New post: Improving Your AWS Development Workflow on Claude Code with MCP Servers

Seven MCP servers for AWS development. Query CloudWatch, design DynamoDB schemas, automate browser testing, and more.

builder.aws.com/content/39tZ...

dev.to/gunnargrosch...

2 months ago 3 0 0 0

Updated DEV link for reasons: dev.to/gunnargrosch...

2 months ago 1 0 0 0
Post image

New post: Automating Your Workflow with Claude Code Hooks

CLAUDE.md is the style guide. Hooks are the linter. 10 practical examples you can use right away.

builder.aws.com/content/39qV...

dev.to/aws/automati...

2 months ago 4 0 1 0
Post image

CLAUDE.md teaches Claude Code your conventions. Write them once, remembered every session.

New post: templates, modular rules, and the pitfalls that waste your context window.

dev.to/aws/teaching...

builder.aws.com/content/39nt...

2 months ago 3 0 0 0
Advertisement
Post image

New guide: Claude Code with Bedrock in VS Code and JetBrains

Get inline diffs and visual code review in your IDE while keeping code in AWS. Covers VS Code authentication (the tricky part) and JetBrains setup.

builder.aws.com/content/39i6...

dev.to/aws/from-ter...

2 months ago 3 0 0 0

docs.continue.dev/ide-extensio...

2 months ago 0 0 0 0

The Claude Code VS Code extension works by connecting to to Bedrock in the same way as the CLI. It doesn't specifically have autocomplete though.

Continue is an open source extension that can connect to Bedrock. I have not used it myself so can't vouch for it, but definitely worth checking out.

2 months ago 2 0 2 0
Preview
From Zero to Agentic Coding: Running Claude Code with Amazon Bedrock Run Claude Code with Amazon Bedrock to keep your code within your AWS environment with IAM governance and unified billing. This guide covers AWS authentication options (including the new Bedrock API k...

DEV Community post if you prefer that: dev.to/aws/from-zer...

2 months ago 0 0 0 0