Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aws avatar

Aws Serverless

  • 4.8k installs
  • 2.2k repo stars
  • Updated August 4, 2026
  • aws/agent-toolkit-for-aws

aws-serverless is an agent skill that guides building, deploying, debugging, and optimizing AWS serverless applications across Lambda, API Gateway, Step Functions, and EventBridge.

About

aws-serverless is an official AWS agent skill for serverless work across Lambda, API Gateway, Step Functions, EventBridge, DynamoDB streams, SQS, SNS, S3, and Kinesis integrations. It routes agents to reference files for architecture patterns, SAM and CDK deployment, troubleshooting, Lambda cold start and memory tuning, event source mappings, concurrency, API Gateway setup, orchestration, and production readiness checklists. The overview pairs with the AWS MCP server for CLI and CloudWatch validation while noting quota and runtime values may drift and should be confirmed before production. Routing sends new apps to architecture.md then deployment.md, errors to troubleshooting.md with five common fixes first, performance to lambda.md and production.md, and defers Lambda Managed Instances, durable functions, and microVM workloads to sibling skills. Developers reach for it when building event-driven AWS backends, debugging 502 or 504 API errors, tuning concurrency, configuring CORS, or optimizing cold starts and event mappings.

  • Routes by user need to nine reference files covering Lambda through troubleshooting.
  • Covers Lambda, API Gateway, Step Functions, EventBridge, and major event sources.
  • Pairs with AWS MCP server for CLI, CloudWatch, and live configuration checks.
  • Troubleshooting reference starts with the five most common serverless fixes.
  • Defers LMI, durable functions, and microVM topics to dedicated sibling skills.

Aws Serverless by the numbers

  • 4,806 all-time installs (skills.sh)
  • +585 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #117 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

aws-serverless capabilities & compatibility

Capabilities
reference routing for architecture and deploymen · lambda performance and cold start optimization · event source mapping for sqs, ddb, sns, s3, kine · api gateway and orchestration configuration guid · production readiness checklist and anti patterns
Works with
aws
Use cases
api development · devops · testing
From the docs

What aws-serverless says it does

Does not apply to EC2, ECS/Fargate containers, or Amplify hosting
SKILL.md
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill aws-serverless

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs4.8k
repo stars2.2k
Security audit3 / 3 scanners passed
Last updatedAugust 4, 2026
Repositoryaws/agent-toolkit-for-aws

How do I build or fix AWS serverless stacks covering Lambda, API Gateway, event sources, cold starts, and production readiness?

Build, deploy, debug, and optimize AWS serverless apps with Lambda, API Gateway, Step Functions, EventBridge, SAM, and CDK guidance.

Who is it for?

Developers and DevOps engineers working on AWS Lambda-centric event-driven architectures with SAM, CDK, or console configuration.

Skip if: Skip for EC2, ECS Fargate containers, Amplify hosting, or Lambda Managed Instances workloads covered by other skills.

When should I use this skill?

User mentions Lambda, API Gateway, Step Functions, SAM, CDK serverless, cold starts, CORS, 502 errors, or EventBridge patterns.

What you get

Architecture, deployment, tuning, or troubleshooting guidance routed to the correct AWS serverless reference with actionable fixes.

  • Python Lambda handler module
  • Powertools idempotency configuration

By the numbers

  • Pre-wires 4 Powertools concerns: Logger, Tracer, Metrics, and Idempotency

Files

SKILL.mdMarkdownGitHub ↗

AWS Serverless

Overview

Domain expertise for building serverless applications on AWS. Covers Lambda configuration, API Gateway debugging, Step Functions orchestration, EventBridge patterns, event source mappings, concurrency tuning, cold start optimization, deployment with SAM/CDK, production readiness, and troubleshooting across all serverless services.

Works best with the AWS MCP server — enables running CLI commands, querying CloudWatch, and validating configurations directly. All guidance also works with standard AWS CLI access.

Note: Reference files contain specific runtime versions, quota values, and feature matrices that may change. When precision matters (e.g., deploying to production, choosing a runtime, or checking a quota), confirm values against current AWS documentation rather than relying solely on the values in these files.

Routing

User needAction
Building a new serverless appRead architecture.md for pattern selection, then deployment.md for SAM/CDK templates
Debugging an errorRead troubleshooting.md — starts with the 5 most common fixes
Optimizing performance or costRead lambda.md for cold starts and memory tuning, production.md for readiness checklist
Configuring event sources (SQS, DDB Streams, SNS)Read event-sources.md
Step Functions, EventBridge, or orchestrationRead orchestration.md
Concurrency configurationRead concurrency.md
API Gateway setupRead api-gateway.md
Common anti-patternsRead the anti-patterns section in production.md
Starting with PowertoolsUse powertools-handler.py as a template
Lambda Managed Instances, LMI, capacity providers, EC2-backed Lambda, PerExecutionEnvironmentMaxConcurrencyUse the aws-lambda-managed-instances skill instead
Durable functions, durable execution, checkpoint-and-replayUse the aws-lambda-durable-functions skill instead
Firecracker microVMs, strong tenant isolation, sandboxed/untrusted code execution, long-lived sessions, suspend/resume, port-listening servers, snapshot-resumable computeUse the aws-lambda-microvms skill instead
Spans multiple areasRead the most specific reference first, then consult others as needed

Files

FileContent
lambda.mdRuntime, memory/CPU, cold starts, SnapStart, layers, containers
api-gateway.mdREST vs HTTP API, stages, auth, throttling, mapping
event-sources.mdSQS, DDB Streams, SNS, S3, Kinesis triggers
orchestration.mdStep Functions, EventBridge rules/pipes/scheduler
concurrency.mdReserved vs provisioned, scaling, ESM concurrency
architecture.mdPatterns, reference architectures, service selection
deployment.mdSAM/CDK resource types, globals, fast iteration
production.mdReadiness checklist, observability, anti-patterns
troubleshooting.mdError → cause → fix for all serverless services

Related skills

How it compares

Pick aws-serverless over generic Lambda snippets when you need Powertools observability and DynamoDB idempotency in one Python handler template.

FAQ

Where do I start for a new serverless app?

Read architecture.md for pattern selection, then deployment.md for SAM or CDK templates.

What should I read first when debugging errors?

Start with troubleshooting.md and its five most common fixes before deeper references.

Does this skill cover Lambda Managed Instances?

No. Use the aws-lambda-managed-instances skill for LMI, capacity providers, and EC2-backed Lambda.

Is Aws Serverless safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.