Documentation ¶
Index ¶
- func GetAllFunctionsErrCount(cloudClient *cloudwatchlogs.CloudWatchLogs, lambdaClient *lambda.Lambda) int
- func GetAllLambdaList(lambdaClient *lambda.Lambda) []*lambda.FunctionConfiguration
- func GetFunctionErrCount(cloudClient *cloudwatchlogs.CloudWatchLogs, function string) (int, int, error)
- func GetFunctionsErrDetail(cloudClient *cloudwatchlogs.CloudWatchLogs, function string) int
- func GetLambadaLatencyTime(cloudClient *cloudwatchlogs.CloudWatchLogs, function string, startTime string, ...) (string, int, error)
- func GetLambdaDetail(lambdaClient *lambda.Lambda, function string) *lambda.GetFunctionOutput
- func GetLambdaList(lambdaClient *lambda.Lambda, marker string) *lambda.ListFunctionsOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllFunctionsErrCount ¶
func GetAllFunctionsErrCount(cloudClient *cloudwatchlogs.CloudWatchLogs, lambdaClient *lambda.Lambda) int
func GetAllLambdaList ¶
func GetAllLambdaList(lambdaClient *lambda.Lambda) []*lambda.FunctionConfiguration
GetAllLambdaList -> get all lambdas in one go
func GetFunctionErrCount ¶
func GetFunctionErrCount(cloudClient *cloudwatchlogs.CloudWatchLogs, function string) (int, int, error)
func GetFunctionsErrDetail ¶
func GetFunctionsErrDetail(cloudClient *cloudwatchlogs.CloudWatchLogs, function string) int
func GetLambadaLatencyTime ¶
func GetLambadaLatencyTime(cloudClient *cloudwatchlogs.CloudWatchLogs, function string, startTime string, endTime string) (string, int, error)
func GetLambdaDetail ¶
func GetLambdaDetail(lambdaClient *lambda.Lambda, function string) *lambda.GetFunctionOutput
func GetLambdaList ¶
func GetLambdaList(lambdaClient *lambda.Lambda, marker string) *lambda.ListFunctionsOutput
GetLambdaList -> get lambda list with pagination
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.