Documentation
¶
Index ¶
Constants ¶
View Source
const SrcPath = "./main.go"
SrcPath defines the path to the example Go source main.go to be copied from bindata to the current working directory upon init
View Source
const YmlPath = "./aegis.yaml"
YmlPath defines the path to the example aegis config file to be copied from bindata to the current working directory upon init
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "aegis",
Short: "Deploy RESTful serverless APIs ",
Long: `A tool to deploy a RESTful serverless API using AWS Lambda and API Gateway with a Lambda Proxy and an API Gateway ANY request.`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
package config allows re-use of the config struct
|
package config allows re-use of the config struct |
Package deploy is purely for organization, the deploy.go command file was getting absurdly long
|
Package deploy is purely for organization, the deploy.go command file was getting absurdly long |
Click to show internal directories.
Click to hide internal directories.