boto3
library.
Parameter | Type | Default | Description |
---|---|---|---|
region_name | str | "us-east-1" | AWS region name where Lambda functions are located. |
enable_list_functions | bool | True | Enable the list_functions functionality. |
enable_invoke_function | bool | True | Enable the invoke_function functionality. |
all | bool | False | Enable all functionality. |
Function | Description |
---|---|
list_functions | Lists all Lambda functions available in the AWS account. |
invoke_function | Invokes a specific Lambda function with an optional payload. Takes function_name and optional payload parameters. |