aws_lambda
Manage AWS Lambda functions by listing, creating, updating, deleting, or invoking them. Configure region, code, runtime, and other parameters directly through Ansible MCP 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 |