Aws Cloudformation Lambda

🌐Community
by giuseppe-trisciuoglio · vlatest · Repository

Provides AWS guidance and assistance for deploying and managing cloud infrastructure.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add aws-cloudformation-lambda npx -- -y @trustedskills/aws-cloudformation-lambda
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "aws-cloudformation-lambda": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/aws-cloudformation-lambda"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to programmatically create, update, and delete AWS Lambda functions using AWS CloudFormation templates. It automates the deployment of serverless compute resources by translating infrastructure-as-code definitions into direct API actions within your AWS account.

When to use it

  • Deploying new serverless functions from a pre-defined CloudFormation template without manual console interaction.
  • Updating existing Lambda function configurations or properties via code-driven infrastructure changes.
  • Removing obsolete Lambda resources and their associated CloudFormation stacks automatically.
  • Orchestrating repeatable, version-controlled deployments of serverless applications across environments.

Key capabilities

  • Create new AWS Lambda functions based on provided CloudFormation templates.
  • Update existing Lambda function attributes and configurations through CloudFormation.
  • Delete Lambda functions and associated resources using CloudFormation stack operations.

Example prompts

  • "Create a new Lambda function named 'data-processor' using the template located at s3://my-bucket/templates/lambda.yaml."
  • "Update the memory size of the existing 'api-handler' Lambda function to 2048 MB via CloudFormation."
  • "Delete the CloudFormation stack associated with the 'legacy-auth-service' Lambda function."

Tips & gotchas

Ensure your AWS account has the necessary IAM permissions for CloudFormation and Lambda actions before attempting deployment. Always validate CloudFormation templates locally or in a sandbox environment to prevent unintended resource creation or configuration errors.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
giuseppe-trisciuoglio
Installs
71

🌐 Community

Passed automated security scans.