Gothic Framework G symbol

Deploy Configuration

Once all dependencies have been downloaded and installed, deploy your application by adding a new deploy key to your gothic-config.json file, as shown below:

{
 	"projectName" : "gothic-example" ,
 	"goModuleName" : "github.com/felipegenef/gothicframework/v2" ,
 	"optimizeImages" : {
 		"lowResolutionRate" :  20 ,
 	 }
 	"deploy" : {
 		"serverMemory" :  128 ,
 		"serverTimeout" :  30 ,
 		"region" :  "us-east-1" ,
 		"customDomain" :  false ,
 		"profile" :  "default" ,
 		"stages" : {
 			"dev" : {
 				"hostedZoneId" :  null ,
 				"customDomain" :  null ,
 				"certificateArn" :  null ,
 				"wafArn" :  null ,
 				"env" : {}
 			}
 		}
 	}
 } 

Now that you added the deploy configuration, let's go deeper into each functionality.