NAME

Paws::Lambda::FunctionConfiguration

ATTRIBUTES

CodeSha256 => Str

It is the SHA256 hash of your function deployment package.

CodeSize => Int

The size, in bytes, of the function .zip file you uploaded.

Description => Str

The user-provided description.

FunctionArn => Str

The Amazon Resource Name (ARN) assigned to the function.

FunctionName => Str

The name of the function.

Handler => Str

The function Lambda calls to begin executing your function.

LastModified => Str

The timestamp of the last time you updated the function.

MemorySize => Int

The memory size, in MB, you configured for the function. Must be a
multiple of 64 MB.

Role => Str

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when
it executes your function to access any other Amazon Web Services (AWS)
resources.

Runtime => Str

The runtime environment for the Lambda function.

Timeout => Int

The function execution time at which Lambda should terminate the
function. Because the execution time has cost implications, we
recommend you set this value based on your expected execution time. The
default is 3 seconds.

Version => Str

The version of the Lambda function.