Armory
Source
Browse
Skills

aws-serverless

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install aws-serverless --cli claude

writes the skill into.claude/skills/aws-serverless/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/aws-serverless/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization.

When to use it

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/aws-serverless/SKILL.md -o .claude/skills/aws-serverless/SKILL.md

Notes

Extracted from davila7/claude-code-templates, aws-serverless category.