Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudWatchFetcher ¶
type CloudWatchFetcher interface {
FetchMetric(ctx context.Context, query sdktypes.FunctionQuery, metricName string, stat string) ([]types.MetricDataResult, error)
}
This interface matches cloudwatchfetcher.Fetcher for tetsing the internal functions
type LambdaClient ¶
type LambdaClient interface {
GetFunction(ctx context.Context, params *lambda.GetFunctionInput, optFns ...func(*lambda.Options)) (*lambda.GetFunctionOutput, error)
}
This interface matches lambda.Client for tetsing the internal functions
type LogsInsightsFetcher ¶
type LogsInsightsFetcher interface {
RunQuery(ctx context.Context, fq sdktypes.FunctionQuery, queryString string) ([]map[string]string, error)
}
This interface matches logsinsightsfetcher.Fetcher for tetsing the internal functions
Click to show internal directories.
Click to hide internal directories.