aws_lambda_list_functions
Retrieve a list of AWS Lambda functions in your account and region to monitor, audit, or manage serverless resources.
Instructions
List Lambda functions in the account/region.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| max_items | No | Maximum number of functions to return |