Aws Lambda

🌐Community
by bagelhole · 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-lambda npx -- -y @trustedskills/aws-lambda
2

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

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

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

About This Skill

What it does

This skill allows an AI agent to interact with and manage AWS Lambda functions. It can deploy new versions of Lambda functions, monitor their execution logs for errors, and configure environment variables. The skill simplifies common DevOps tasks related to serverless applications built on AWS Lambda.

When to use it

  • Automate the deployment of a new version of your backend API written as a Lambda function.
  • Troubleshoot an error in a Lambda function by retrieving recent log entries.
  • Update environment variables for a deployed Lambda function, such as database connection strings or API keys.
  • Create a scheduled task to automatically update and deploy code changes to a specific lambda function

Key capabilities

  • Deploy new versions of Lambda functions
  • Retrieve execution logs from Lambda functions
  • Configure environment variables for Lambda functions

Example prompts

  • "Deploy the latest version of my 'image-resizer' Lambda function."
  • "Show me the last 100 lines of log output for the 'order-processor' Lambda function."
  • "Set the DATABASE_URL environment variable to jdbc://... in the 'user-authenticator' Lambda function."

Tips & gotchas

  • Requires AWS credentials configured within the AI agent’s environment.
  • The skill may require specific IAM permissions for deploying and managing Lambda functions.

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
bagelhole
Installs
9

🌐 Community

Passed automated security scans.