Amazon Lambda · Schema

Function

An AWS Lambda function.

AWSComputeEvent-DrivenFaaSFunctionsServerless

Properties

Name Type Description
FunctionName string The name of the function.
FunctionArn string The function's Amazon Resource Name (ARN).
Runtime string The function's runtime identifier.
Role string The function's execution role ARN.
Handler string The function that Lambda calls to begin execution.
CodeSize integer The size of the function's deployment package, in bytes.
Description string The function's description.
Timeout integer The amount of time (in seconds) that Lambda allows a function to run.
MemorySize integer The amount of memory available to the function at runtime.
LastModified string The date and time the function was last updated.
State string The current state of the function.
PackageType string The type of deployment package.
View JSON Schema on GitHub