lambda

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2026 License: AGPL-3.0 Imports: 20 Imported by: 0

Documentation

Overview

Code generated by generate-cached. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AwsClient

type AwsClient interface {
	GetRegion() ptypes.AwsRegion
	GetAccountID() ptypes.AwsAccountID
}

type Function

func NewFunction

func NewFunction(client AwsClient, fn types2.FunctionConfiguration, tags map[string]string) Function

func (Function) GetName

func (e Function) GetName() string

func (Function) GetTagValue

func (e Function) GetTagValue(tag string) string

func (Function) GetTags

func (e Function) GetTags() map[string]string

type LambdaRepository

type LambdaRepository struct {
	// contains filtered or unexported fields
}

func NewLambdaRepository

func NewLambdaRepository(ctx context.Context, client *v3.Client) *LambdaRepository

func (*LambdaRepository) GetRegion

func (r *LambdaRepository) GetRegion() ptypes.AwsRegion

func (*LambdaRepository) ListFunctionTags

func (r *LambdaRepository) ListFunctionTags(fn types.FunctionConfiguration) (map[string]string, error)

func (*LambdaRepository) ListFunctionsAll

func (r *LambdaRepository) ListFunctionsAll() ([]Function, error)

func (*LambdaRepository) ListFunctionsByInput

func (r *LambdaRepository) ListFunctionsByInput(query *awslambda.ListFunctionsInput) ([]Function, error)

func (*LambdaRepository) WithCache added in v0.4.0

WithCache returns a LambdaRepositoryCached that stores/retrieves results via the given DataCache. The cache namespace is set to "<accountID>:<region>".

type LambdaRepositoryCached added in v0.4.0

type LambdaRepositoryCached struct {
	// contains filtered or unexported fields
}

LambdaRepositoryCached wraps LambdaRepository and caches results of Get*/List* calls.

func (*LambdaRepositoryCached) ListFunctionTags added in v0.4.0

func (c *LambdaRepositoryCached) ListFunctionTags(fn types2.FunctionConfiguration) (map[string]string, error)

ListFunctionTags returns cached results when available, otherwise delegates to the underlying repository.

func (*LambdaRepositoryCached) ListFunctionsAll added in v0.4.0

func (c *LambdaRepositoryCached) ListFunctionsAll() ([]Function, error)

ListFunctionsAll returns cached results when available, otherwise delegates to the underlying repository.

func (*LambdaRepositoryCached) ListFunctionsByInput added in v0.4.0

func (c *LambdaRepositoryCached) ListFunctionsByInput(query *awslambda.ListFunctionsInput) ([]Function, error)

ListFunctionsByInput returns cached results when available, otherwise delegates to the underlying repository.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL