Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GenerateTablesCmd represents the debug command GenerateTablesCmd = &cobra.Command{ Use: "generate tables", Short: "Generate Tables in Local DynamoDB", RunE: func(cmd *cobra.Command, args []string) error { c, err := models.ReadDQLConfig() if err != nil { return err } os.Setenv("GRAPH_DYNAMO_MODE", "debug") helpers.CreateLambdaNetwork() helpers.StartLocalDynamoDB() return c.CreateResourceTables(force) }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.