aws_lambda
Manage AWS Lambda functions with actions like create, update, delete, invoke, and list. Configure runtime, handler, memory, timeout, and environment variables directly from the MCP SysOperator server.
Instructions
Manage AWS Lambda functions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | ||
description | No | ||
environment | No | ||
functionCode | No | ||
handler | No | ||
memorySize | No | ||
name | No | ||
payload | No | ||
region | Yes | ||
role | No | ||
runtime | No | ||
s3Bucket | No | ||
s3Key | No | ||
tags | No | ||
timeout | No | ||
zipFile | No |