controllers

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AllLambdaFunctionsWithTagsController added in v1.0.9

func AllLambdaFunctionsWithTagsController(auth client.Auth) (string, error)

func AllLambdaListController added in v1.0.4

func AllLambdaListController(auth client.Auth) []*lambda.FunctionConfiguration

AllLambdaListController for all lambda list

func GetLambadaLatencyTimeController added in v1.0.4

func GetLambadaLatencyTimeController(function string, startTime string, endTime string, auth client.Auth) string

func LambdaDetails added in v1.0.4

func LambdaDetails(function string, auth client.Auth) *lambda.GetFunctionOutput

func LambdaDetailsErrorController added in v1.0.4

func LambdaDetailsErrorController(function string, auth client.Auth)

func LambdaFunctionWithTagsController added in v1.1.0

func LambdaFunctionWithTagsController(functionName string, auth client.Auth) (string, error)

func LambdaGetNumberOfErrorController added in v1.0.4

func LambdaGetNumberOfErrorController(function string, auth client.Auth) int

func LambdaGetTotalNumberOfLambda added in v1.0.4

func LambdaGetTotalNumberOfLambda(auth client.Auth) int

func LambdaListController added in v1.0.4

func LambdaListController(marker string, auth client.Auth) *lambda.ListFunctionsOutput

LambdaListController for pagination lambda list

Types

type LambdaObj added in v1.0.9

type LambdaObj struct {
	Function *lambda.FunctionConfiguration `json:"function"`
	Tags     interface{}                   `json:"tags"`
}

Jump to

Keyboard shortcuts

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