Documentation
¶
Overview ¶
Package internal contains input file parsing helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateLambdaDeleteList ¶
GenerateLambdaDeleteList is a function that takes a file path as input and returns a list of Lambdas to be deleted.
Types ¶
type CustomDeleteListJSON ¶ added in v2.0.20
type CustomDeleteListJSON struct {
Lambdas []string `json:"lambdas"`
}
CustomDeleteListJSON is the JSON-based lambda deletion input schema.
type CustomDeleteListYAML ¶ added in v2.0.20
type CustomDeleteListYAML struct {
Lambdas []string `yaml:"lambdas"`
}
CustomDeleteListYAML is the YAML-based lambda deletion input schema.
Click to show internal directories.
Click to hide internal directories.