Gothic Framework G symbol

Deploy Region

To configure the AWS Region where your infrastructure is going to be deployed, add a valid AWS Region in your gothic-config.json as shown below:

{
 	"projectName" : "gothic-example" ,
 	"goModuleName" : "github.com/felipegenef/gothicframework/v2" ,
 	"optimizeImages" : {
 		"lowResolutionRate" :  20 ,
 	 }
 	"deploy" : {
 		"region" :  "us-east-1" 
 	}
 }