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. String
arn Amazon Resource Name. String
runtime Runtime environment. String
role Execution role that grants permission to AWS services. String
handler Function called by Lambda to begin execution. String
codeSize Size (in bytes) of the function. String
description Description of the function. String
timeout Amount of time before a function is stopped. String
memorySize Amount of memory allocated to the function. String
lastModified Time stamp of the function's most recent modification. String
sha256 Hashof the deployment package. String
version Version of the function. String

Related topics

AWS Lambda connector

Workflow elements

AWS Lambda API