AWS Agent Plugin for Serverless — Amazon Gives Coding Agents a Shortcut to Lambda
Building serverless apps on AWS has always meant juggling SAM templates, IAM policies, event source mappings, and a dozen best practices you only learn after breaking production. AWS just packaged all of that knowledge into a single plugin that coding agents can load automatically.
Agent Plugin for AWS Serverless, announced March 25, is a modular plugin that bundles skills, sub-agents, hooks, and MCP servers into one installable unit. It works with Claude Code, Cursor, and Kiro — you install it from the Claude Marketplace with a single command and your coding agent instantly knows how to build production-ready Lambda functions, set up EventBridge triggers, design Step Functions workflows, and wire up API Gateway endpoints. All following AWS best practices for observability, performance, and troubleshooting.
The key insight here is the packaging model. This isn't just documentation or a prompt template. It's a structured plugin that dynamically loads the right guidance at the right stage of development. Writing a Lambda function? The plugin provides patterns for event source integration. Debugging a cold start? It loads troubleshooting context for performance optimization. Deploying with SAM or CDK? It knows the reusable infrastructure-as-code patterns.
This is AWS's answer to the agent skills ecosystem that's been forming around OpenAI's Codex Plugins and the open Agent Skills format. The difference is that AWS is bringing first-party cloud infrastructure expertise — not third-party wrappers, but the actual team that builds Lambda telling your agent exactly how to use it right.
For teams building agent-powered applications, this eliminates one of the biggest friction points: the gap between 'my agent can write code' and 'my agent can deploy production infrastructure.' That gap has been where most vibe-coded serverless projects die. Now it doesn't have to be.
https://aws.amazon.com/about-aws/whats-new/2026/03/agent-plugin-aws-serverless/
https://github.com/awslabs/agent-plugins
← Back to all articles
Agent Plugin for AWS Serverless, announced March 25, is a modular plugin that bundles skills, sub-agents, hooks, and MCP servers into one installable unit. It works with Claude Code, Cursor, and Kiro — you install it from the Claude Marketplace with a single command and your coding agent instantly knows how to build production-ready Lambda functions, set up EventBridge triggers, design Step Functions workflows, and wire up API Gateway endpoints. All following AWS best practices for observability, performance, and troubleshooting.
The key insight here is the packaging model. This isn't just documentation or a prompt template. It's a structured plugin that dynamically loads the right guidance at the right stage of development. Writing a Lambda function? The plugin provides patterns for event source integration. Debugging a cold start? It loads troubleshooting context for performance optimization. Deploying with SAM or CDK? It knows the reusable infrastructure-as-code patterns.
This is AWS's answer to the agent skills ecosystem that's been forming around OpenAI's Codex Plugins and the open Agent Skills format. The difference is that AWS is bringing first-party cloud infrastructure expertise — not third-party wrappers, but the actual team that builds Lambda telling your agent exactly how to use it right.
For teams building agent-powered applications, this eliminates one of the biggest friction points: the gap between 'my agent can write code' and 'my agent can deploy production infrastructure.' That gap has been where most vibe-coded serverless projects die. Now it doesn't have to be.
https://aws.amazon.com/about-aws/whats-new/2026/03/agent-plugin-aws-serverless/
https://github.com/awslabs/agent-plugins
Comments