Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
Functions map[string]LambdaFunction `json:"functions"`
// contains filtered or unexported fields
}
type LambdaFunction ¶
type LambdaFunction struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.