altimeter.aws.resource.awslambda package

Submodules

altimeter.aws.resource.awslambda.function module

Resource for LambdaFunctions

class LambdaFunctionResourceSpec

Bases: altimeter.aws.resource.awslambda.LambdaResourceSpec

Resource for Lambda Functions

classmethod list_from_aws(client, account_id, region)

Return a dict of dicts of the format:

{‘function_1_arn’: {function_1_dict},

‘function_2_arn’: {function_2_dict}, …}

Where the dicts represent results from list_functions.

Return type

ListFromAWSResult

schema: Schema = <altimeter.core.graph.schema.Schema object>
type_name: str = 'function'

Module contents

Base class for lambda resources.

class LambdaResourceSpec

Bases: altimeter.aws.resource.resource_spec.AWSResourceSpec

Base class for lambda resources.

service_name: str = 'lambda'