Back to Skills

aws-cloudformation-lambda

majiayu000
Updated 13 days ago
17 views
58
9
58
View on GitHub
Otherawscloudformationlambdaserverlessfunctionsapi-gatewaystep-functionseventsinfrastructureiaac

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

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/aws-cloudformation-lambda

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/aws-cloudformation-lambda
0

Related Skills

test-environment-management

Other

This 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.

View skill

cost-approach-expert

Other

This 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.

View skill

edge-computing-patterns

Other

This 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.

View skill

convex-functions

Testing

This 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.

View skill