List available Lambda functions in user’s AWS account.
This endpoint discovers and lists all AWS Lambda functions available in your AWS account for the specified region and credentials. This is used by the Tools Library to provide an interactive function selector when creating Lambda tools.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
access_key (string, required): AWS Access Key ID with Lambda permissionssecret_key (string, required): AWS Secret Access Keyregion (string, optional, default: “us-east-1”): AWS region to search for Lambda functions| Property | Type | Description |
|---|---|---|
function_name | string | Lambda function name (used for invocation) |
description | string | Function description (may be empty) |
runtime | string | Runtime environment (e.g., python3.9, nodejs18.x) |
timeout | integer | Function timeout in seconds |
memory_size | integer | Allocated memory in MB |
code_size | integer | Function code size in bytes |
handler | string | Function entry point |
version | string | Function version (usually $LATEST) |
last_modified | string | ISO timestamp of last modification |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
AWS Access Key ID
AWS Secret Access Key
AWS Region
Successful Response