Skip to content

Lambda Functions

Provider: AWS
Service ID: lambda_functions
Rendering: Table with expandable rows containing policy documents

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'lambda_functions',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'runtime', 'memory', 'timeout', 'description', 'last_modified']
});
</script>

<div data-sd-service="lambda_functions" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'runtime', 'memory', 'timeout', 'description', 'last_modified']

All Attributes

Attribute Display Name Format Description
name Function Name text Resource display name (from tags or identifier)
function_arn ARN arn_name From API field: FunctionArn
runtime Runtime text From API field: Runtime. Default: Image
handler Handler text From API field: Handler
memory Memory (MB) text From API field: MemorySize
timeout Timeout (s) text From API field: Timeout
code_size Code Size bytes From API field: CodeSize
description Description text From API field: Description
last_modified Last Modified text From API field: LastModified
role Role arn_name From API field: Role
package_type Package Type text From API field: PackageType. Default: Zip
architectures Architecture tag_list From API field: Architectures
version Version text From API field: Version
ephemeral_storage Ephemeral Storage (MB) text From API field: EphemeralStorage.Size. Default: 512
function_policy Resource Policy policy_link Link to view the function policy

= included in default view

Sort Order

Results are sorted by: name