Documentation
¶
Index ¶
- func AllLambdaFunctionsWithTagsController(auth client.Auth) (string, error)
- func AllLambdaListController(auth client.Auth) []*lambda.FunctionConfiguration
- func GetLambadaLatencyTimeController(function string, startTime string, endTime string, auth client.Auth) string
- func LambdaDetails(function string, auth client.Auth) *lambda.GetFunctionOutput
- func LambdaDetailsErrorController(function string, auth client.Auth)
- func LambdaFunctionWithTagsController(functionName string, auth client.Auth) (string, error)
- func LambdaGetNumberOfErrorController(function string, auth client.Auth) int
- func LambdaGetTotalNumberOfLambda(auth client.Auth) int
- func LambdaListController(marker string, auth client.Auth) *lambda.ListFunctionsOutput
- type LambdaObj
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllLambdaFunctionsWithTagsController ¶ added in v1.0.9
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 LambdaDetails ¶ added in v1.0.4
func LambdaDetails(function string, auth client.Auth) *lambda.GetFunctionOutput
func LambdaDetailsErrorController ¶ added in v1.0.4
func LambdaFunctionWithTagsController ¶ added in v1.1.0
func LambdaGetNumberOfErrorController ¶ added in v1.0.4
func LambdaGetTotalNumberOfLambda ¶ added in v1.0.4
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"` }
Click to show internal directories.
Click to hide internal directories.