Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DevEnv = EnvConfig{ Profile: profilePrefix + "dev", } ProdEnv = EnvConfig{ Profile: profilePrefix + "prod", } FeatureEnv = EnvConfig{ Profile: profilePrefix + "feature", ExtraSLSParams: `--param="stage=feature"`, } )
Functions ¶
func DeployFunction ¶
DeployFunction packages and deploys a single Lambda function using the given env config. serviceArg can be a service name or a path.
Types ¶
type DeployResult ¶
DeployResult holds the outcome of deploying a single service.
func DeployService ¶
func DeployService(env EnvConfig, args []string) []DeployResult
DeployService deploys one or more services (by name or path) using the given env config.
Click to show internal directories.
Click to hide internal directories.