List the function associated with your AWS Lambda account.

Unless otherwise indicated, field types are text.

Output

Response * Functions (list): Lambda functions associated with your account * name: name of the function * arn: Amazon Resource Name * runtime: runtime environment * role: execution role that grants permission to AWS services * handler: function called by Lambda to begin execution * codeSize: size (in bytes) of the function * description: description of the function * timeout: amount of time before a function is stopped * memorySize: amount of memory allocated to the function * lastModified: timestamp of the function’s most recent modification * sha256: hash of the deployment package * version: version of the function