This walks you through building APIs on AWS API Gateway with a clear focus on choosing between REST, HTTP, and WebSocket types first. The decision table is genuinely helpful: REST API gives you the full enterprise controls (usage plans, caching, WAF, private endpoints) at higher cost, HTTP API cuts price by 70% but strips out most management features and locks you to a 30 second timeout, and WebSocket handles bidirectional connections. The skill covers IaC templates, auth patterns (Lambda authorizers, JWT, Cognito), and common gotchas like CORS failures and timeout limits. It's practical if you're tired of piecing together API Gateway's sprawling feature set from AWS docs.
npx -y skills add awslabs/agent-plugins --skill api-gateway --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
wordpress/agent-skills
Dexploarer/hyper-forge
prisma/skills