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)
Click to show internal directories.
Click to hide internal directories.