List available Lambda functions in user’s AWS account.
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