List Functions
List the functions associated with your AWS Lambda account.
Output
| Field | Definition | Type |
|---|---|---|
|
Functions |
Lambda functions associated with your account. |
List |
|
name |
Name of the function. |
Text |
|
arn |
Amazon Resource Name. |
Text |
|
runtime |
Runtime environment. |
Text |
|
role |
Execution role that grants permission to AWS services. |
Text |
|
handler |
Function called by Lambda to begin execution. |
Text |
|
codeSize |
Size (in bytes) of the function. |
Text |
|
description |
Description of the function. |
Text |
|
timeout |
Amount of time before a function is stopped. |
Text |
|
memorySize |
Amount of memory allocated to the function. |
Text |
|
lastModified |
Time stamp of the function's most recent modification. |
Text |
|
sha256 |
Hashof the deployment package. |
Text |
|
version |
Version of the function. |
Text |
