Documentation
¶
Overview ¶
Package formation handle the defenitions of the serverless environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetConfProcessor ¶ added in v0.0.7
SetConfProcessor set soemthing that can farther process function configuration
Types ¶
type Function ¶
type Function struct { cloudformation.AWSServerlessFunction Mless Mless Warnings []string `json:",omitempty"` // contains filtered or unexported fields }
Function represent a lambda function defenition. It is mostly cloudformation.AWSServerlessFunction defenition But also mless specific paramters, relation to the containing template and cached variables
type Functions ¶
type Functions struct {
// contains filtered or unexported fields
}
Functions represent a SAM template file It contain the functions and has the ability to reload itself when needed.
Click to show internal directories.
Click to hide internal directories.