lambda

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	GetFunction(functionARN string) (*lambda.GetFunctionOutput, error)
}

type DefaultClient

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

func NewClient

func NewClient(region string) (*DefaultClient, error)

func (*DefaultClient) GetFunction

func (c *DefaultClient) GetFunction(functionARN string) (*lambda.GetFunctionOutput, error)

type NoOpClient

type NoOpClient struct{}

func NewNoOpClient

func NewNoOpClient() *NoOpClient

func (*NoOpClient) GetFunction

func (c *NoOpClient) GetFunction(functionARN string) (*lambda.GetFunctionOutput, error)

Jump to

Keyboard shortcuts

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