skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
aws/agent-toolkit-for-aws3.2k installs

aws-serverless

Builds, deploys, manages, debugs, configures, and optimizes serverless applications on AWS using Lambda, API Gateway, Step Functions, EventBridge, and SAM/CDK. Covers cold starts, CORS debugging, event source mappings, troubleshooting, concurrency, SnapStart, Powertools, function URLs, EventBridge Scheduler, Lambda layers, and production readiness. Triggers on mentions of Lambda, API Gateway, Step Functions, SAM templates, CDK serverless stacks, DynamoDB stream triggers, SQS event sources, cold starts, timeouts, 502/504 errors, throttling, concurrency, CORS, Powertools, or any event-driven architecture on AWS, even without the word "serverless." Does not apply to EC2, ECS/Fargate containers, or Amplify hosting.

How do I install this agent skill?

npx skills add https://github.com/aws/agent-toolkit-for-aws --skill aws-serverless
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    This skill provides comprehensive, high-quality documentation and reference material for building serverless applications on AWS. It includes extensive security guidance, such as least-privilege IAM configuration and secrets management, and follows industry best practices for the AWS platform.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

What does this agent skill do?

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

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/aws/agent-toolkit-for-aws/aws-serverless">View aws-serverless on skillZs</a>