aws_lambda
Manage AWS Lambda functions by listing, creating, updating, deleting, or invoking them through the MCP SysOperator server for cloud infrastructure automation.
Instructions
Manage AWS Lambda functions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| region | Yes | ||
| name | No | ||
| zipFile | No | ||
| s3Bucket | No | ||
| s3Key | No | ||
| functionCode | No | ||
| runtime | No | ||
| handler | No | ||
| role | No | ||
| description | No | ||
| timeout | No | ||
| memorySize | No | ||
| environment | No | ||
| tags | No | ||
| payload | No |