aws-cloudformation-lambda
About
This skill provides AWS CloudFormation patterns for deploying and configuring Lambda functions with their event sources and integrations. Use it when creating serverless infrastructure to implement triggers for services like API Gateway, EventBridge, and SQS, while following best practices for template structure and cold start optimization. It covers essential IaC components such as Parameters, Outputs, and cross-stack references.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/aws-cloudformation-lambdaCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
test-environment-management
OtherThis skill manages test infrastructure using Infrastructure as Code, Docker, and Kubernetes to provision consistent environments. It ensures environment parity with production and optimizes testing costs through service virtualization. Use it when setting up, maintaining, or scaling test environments for development and CI/CD pipelines.
cost-approach-expert
OtherThis skill performs cost approach valuations for specialized infrastructure assets when market comparables are insufficient. It calculates Replacement Cost New (RCN) and analyzes depreciation across physical, functional, and external categories. Developers can use it to obtain depreciated replacement cost values and reconcile them with market approaches.
edge-computing-patterns
OtherThis skill teaches developers to deploy applications to edge runtimes like Cloudflare Workers, Vercel Edge, and Deno Deploy for globally distributed, low-latency performance. It covers essential patterns including edge middleware, streaming, and working within runtime constraints. Use it for global apps requiring <50ms latency, authentication, A/B testing, geo-routing, and response transformations.
convex-functions
TestingThis skill helps developers implement Convex backend functions with proper architecture and best practices. It covers queries, mutations, actions, and HTTP endpoints, including validation, error handling, and runtime optimization. Use it when building or refactoring Convex functions to ensure they are robust and well-structured.
