awsflow-lambda

Manage AWS Lambda functions, aliases, versions, and layers via LambdaTool commands.

3|1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/necatiarslan/awsflow --skill awsflow-lambda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awsflow-lambda
Source: https://github.com/necatiarslan/awsflow/tree/main/skills/awsflow-lambda
Command: npx skills add https://github.com/necatiarslan/awsflow --skill awsflow-lambda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Lambda resources and actions across multiple environments is tedious and error-prone. This skill provides a unified LambdaTool interface to list, inspect, invoke, update code, manage aliases/versions, and tag Lambda resources.

Core Features & Use Cases

  • List Lambda functions, aliases, versions, event source mappings, and layers to inventory resources.
  • Get function configuration, concurrency, URL configurations, and manage tags and resources.
  • Invoke functions, update function code, manage aliases/versions, and inspect event sources for debugging and deployment tasks.

Quick Start

Ask to list Lambda functions and inspect their configurations.

Frequently Asked Questions about awsflow-lambda

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage AWS Lambda functions across multiple environments?

AWS Lambda management across environments is handled through a unified LambdaTool interface that lists, inspects, configures, and updates function code, reducing manual configuration errors.

Can I invoke Lambda functions and update code from the command line?

Yes, you can invoke Lambda functions and update function code directly through LambdaTool commands, which require a mandatory params object for every operation to ensure execution safety.

What AWS credentials do I need to configure before managing Lambda resources?

Managing Lambda resources requires AWS credentials configured locally on your machine to authenticate the LambdaTool commands used for listing, invoking, and updating functions.

How do I list Lambda layers, aliases, and event source mappings?

You can list Lambda layers, aliases, versions, and event source mappings by executing LambdaTool list commands, providing a comprehensive inventory of your serverless resources.

What is the best way to inspect Lambda function configuration and concurrency settings?

The best way to inspect Lambda function configuration and concurrency settings is using the LambdaTool interface, which retrieves detailed configuration data for debugging and deployment tasks.

Does this Lambda management approach work with event source mappings and URL configurations?

Yes, this Lambda management approach works with event source mappings and URL configurations, allowing you to inspect event sources for debugging and manage URL configurations for your functions.